Click or drag to resize

SqliteBase64DecodeFunctionCreateSqlStatement Method

Creates the SQL Statement which implements the filter

Namespace: SanteDB.OrmLite.Providers.Sqlite
Assembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
Syntax
public SqlStatementBuilder CreateSqlStatement(
	SqlStatementBuilder currentBuilder,
	string filterColumn,
	string[] parms,
	string operand,
	Type operandType
)

Parameters

currentBuilder  SqlStatementBuilder
The current builder on which the SQL statement can be modified
filterColumn  String
The column being filtered on
parms  String
The parameters to the function
operand  String
The provided operand on the query string
operandType  Type

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

Return Value

SqlStatementBuilder
The constructed / updated SQLStatement

Implements

IDbFilterFunctionCreateSqlStatement(SqlStatementBuilder, String, String, String, Type)
See Also