DataAccessBuildFilterCriterias 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: 4.3.0.0 (4.3.0.0)
Syntax public string BuildFilterCriterias(
Hashtable parameters,
FilterCriteriaCollection filterCriterias
)
Public Function BuildFilterCriterias (
parameters As Hashtable,
filterCriterias As FilterCriteriaCollection
) As String
Parameters
- parameters
- Type: System.CollectionsHashtable
A reference to a collection of parameters used to store the FilterCriteria parameters - filterCriterias
- 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