Click or drag to resize

SQLSearchFilterGenerateConditional Method

Generates the conditional statement to be used in the WHERE clause of the SQL statement.

Namespace: GSF.Data.Model
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public string GenerateConditional(
	List<Object> parameters
)
View Source

Parameters

parameters  ListObject
A list of the parameters to be substituted into the full query.

Return Value

String
The conditional statement with format string syntax for parameter substitution."
See Also