Click or drag to resize

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

Parameters

parameters
Type: System.Collections.Hashtable
A reference to a collection of parameters used to store the FilterCriteria parameters
filterCriteria
Type: WorkflowGen.My.Data.FilterCriteria
A FilterCriteria object
beginStatementWith
Type: System.String
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