Click or drag to resize

DataAccess.BuildFilterCriterias 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.7.2.0 (4.7.2.0)
Syntax
public string BuildFilterCriterias(
	Hashtable parameters,
	FilterCriteriaCollection filterCriterias
)

Parameters

parameters
Type: System.Collections.Hashtable
A reference to a collection of parameters used to store the FilterCriteria parameters
filterCriterias
Type: WorkflowGen.My.Data.FilterCriteriaCollection
A collection of FilterCriteria

Return Value

Type: String
The SQL statement built from the given set of FilterCriteria or null if no valid criteria found
See Also