Click or drag to resize

DataAccessBuildFilterCriteria Method (Hashtable, FilterCriteria)

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
)

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

Return Value

Type: String
The SQL statement built from the given FilterCriteria or null if the criteria was not valid
See Also