DataAccessBuildFilterCriteriaCollection Method (Hashtable, FilterCriteriaCollection) |
Returns an SQL statement built from a given set of FilterCriteria
Namespace:
WorkflowGen.My.Data
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.5.0 (8.0.5.20210818)
Syntax public string BuildFilterCriteriaCollection(
Hashtable parameters,
FilterCriteriaCollection filterCriteriaCollection
)
Public Function BuildFilterCriteriaCollection (
parameters As Hashtable,
filterCriteriaCollection As FilterCriteriaCollection
) As String
Parameters
- parameters
- Type: System.CollectionsHashtable
A reference to a collection of parameters used to store the FilterCriteria parameters - filterCriteriaCollection
- Type: WorkflowGen.My.DataFilterCriteriaCollection
A collection of FilterCriteria
Return Value
Type:
StringThe SQL statement built from the given set of FilterCriteria or null if no valid criteria found
See Also