Click or drag to resize

SoundslikeFunctionCreateSqlStatement Method

Create SQL statement

Namespace:  SanteDB.DisconnectedClient.SQLite.Query.ExtendedFunctions
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public SqlStatement CreateSqlStatement(
	SqlStatement current,
	string filterColumn,
	string[] parms,
	string operand,
	Type operandType
)

Parameters

current
Type: SanteDB.DisconnectedClient.SQLite.QuerySqlStatement

[Missing <param name="current"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Query.ExtendedFunctions.SoundslikeFunction.CreateSqlStatement(SanteDB.DisconnectedClient.SQLite.Query.SqlStatement,System.String,System.String[],System.String,System.Type)"]

filterColumn
Type: SystemString

[Missing <param name="filterColumn"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Query.ExtendedFunctions.SoundslikeFunction.CreateSqlStatement(SanteDB.DisconnectedClient.SQLite.Query.SqlStatement,System.String,System.String[],System.String,System.Type)"]

parms
Type: SystemString

[Missing <param name="parms"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Query.ExtendedFunctions.SoundslikeFunction.CreateSqlStatement(SanteDB.DisconnectedClient.SQLite.Query.SqlStatement,System.String,System.String[],System.String,System.Type)"]

operand
Type: SystemString

[Missing <param name="operand"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Query.ExtendedFunctions.SoundslikeFunction.CreateSqlStatement(SanteDB.DisconnectedClient.SQLite.Query.SqlStatement,System.String,System.String[],System.String,System.Type)"]

operandType
Type: SystemType

[Missing <param name="operandType"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Query.ExtendedFunctions.SoundslikeFunction.CreateSqlStatement(SanteDB.DisconnectedClient.SQLite.Query.SqlStatement,System.String,System.String[],System.String,System.Type)"]

Return Value

Type: SqlStatement

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Query.ExtendedFunctions.SoundslikeFunction.CreateSqlStatement(SanteDB.DisconnectedClient.SQLite.Query.SqlStatement,System.String,System.String[],System.String,System.Type)"]

Implements

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