I'm trying to use QueryInformation Class to store some template queries.I wonder WhereStatement class requires fields and values (these are array) but one WhereStatementTypeOptions (Equals,Greaterthan,LessThan etc). Why ?
Please explain the general process of building Where clause from WhereStatementCollection.
And I need Dbcommand object build from the QueryInformationClass ? How can I get this ?