Hello All,

I've been informed that it is possible to filter or effectlively run a query by modifying the schema string prior to connecting:

For example:

var schema = " command key id accountId=12345;
.
var table = new DynaMetapushTable("XYZ", schema, "COMMAND");

Is this possible?
Could you help on the syntax and what is possible?

Thanks and regards

James