| DataAccessBuildFilterCriterias Method (Hashtable, FilterCriteriaCollection, String) | 
            Returns an SQL statement built from a given set of FilterCriteria
            
 
Namespace: WorkflowGen.My.DataAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic string BuildFilterCriterias(
	Hashtable parameters,
	FilterCriteriaCollection filterCriterias,
	string beginStatementWith
)
Public Function BuildFilterCriterias ( 
	parameters As Hashtable,
	filterCriterias As FilterCriteriaCollection,
	beginStatementWith As String
) 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 - beginStatementWith
 - Type: SystemString
A string representing the SQL keyword to use to prefix the first filter criteria 
Return Value
Type: 
StringThe SQL statement built from the given set of FilterCriteria or null if no valid criteria found
See Also