Click or drag to resize

IDbFilterFunctionCreateSqlStatement Method

Creates the SQL Statement which implements the filter

Namespace:  SanteDB.OrmLite.Providers
Assembly:  SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax
SqlStatement CreateSqlStatement(
	SqlStatement current,
	string filterColumn,
	string[] parms,
	string operand,
	Type operandType
)

Parameters

current
Type: SanteDB.OrmLiteSqlStatement
The current SQLStatement
filterColumn
Type: SystemString
The column being filtered on
parms
Type: SystemString
The parameters to the function
operand
Type: SystemString
The provided operand on the query string
operandType
Type: SystemType

[Missing <param name="operandType"/> documentation for "M:SanteDB.OrmLite.Providers.IDbFilterFunction.CreateSqlStatement(SanteDB.OrmLite.SqlStatement,System.String,System.String[],System.String,System.Type)"]

Return Value

Type: SqlStatement
The constructed / updated SQLStatement
See Also