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.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
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