| DataAccessBuildFilterCriteria Method (Hashtable, FilterCriteria, String) | 
            Returns an SQL statement built from a given FilterCriteria
            
 
Namespace: WorkflowGen.My.DataAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic 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