DataAccessBuildFilterCriteria Method (Hashtable, FilterCriteria, String) |
Returns an SQL statement built from a given FilterCriteria
Namespace:
WorkflowGen.My.Data
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.5.0 (8.0.5.20210818)
Syntax public string BuildFilterCriteria(
Hashtable parameters,
FilterCriteria filterCriteria,
string beginStatementWith
)
Public Function BuildFilterCriteria (
parameters As Hashtable,
filterCriteria As FilterCriteria,
beginStatementWith As String
) As String
Parameters
- parameters
- Type: System.CollectionsHashtable
A reference to a collection of parameters used to store the FilterCriteria parameters - filterCriteria
- Type: WorkflowGen.My.DataFilterCriteria
A FilterCriteria object - beginStatementWith
- Type: SystemString
A string representing the SQL keyword to use to prefix the filter criteria
Return Value
Type:
StringThe SQL statement built from the given FilterCriteria or null if the criteria was not valid
See Also