Click or drag to resize

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: 4.6.0.0 (4.6.0.0)
Syntax
public string BuildFilterCriteria(
	Hashtable parameters,
	FilterCriteria filterCriteria,
	string beginStatementWith
)

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: String
The SQL statement built from the given FilterCriteria or null if the criteria was not valid
See Also