Click or drag to resize

QueryBuilderCreateWhereCondition Method

Create a single where condition based on the property info

Namespace:  SanteDB.DisconnectedClient.SQLite.Query
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public SqlStatement CreateWhereCondition(
	Type tmodel,
	string propertyPath,
	Object value,
	string tablePrefix,
	List<TableMapping> scopedTables,
	string tableAlias = null
)

Parameters

tmodel
Type: SystemType

[Missing <param name="tmodel"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Query.QueryBuilder.CreateWhereCondition(System.Type,System.String,System.Object,System.String,System.Collections.Generic.List{SanteDB.DisconnectedClient.SQLite.Query.TableMapping},System.String)"]

propertyPath
Type: SystemString

[Missing <param name="propertyPath"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Query.QueryBuilder.CreateWhereCondition(System.Type,System.String,System.Object,System.String,System.Collections.Generic.List{SanteDB.DisconnectedClient.SQLite.Query.TableMapping},System.String)"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Query.QueryBuilder.CreateWhereCondition(System.Type,System.String,System.Object,System.String,System.Collections.Generic.List{SanteDB.DisconnectedClient.SQLite.Query.TableMapping},System.String)"]

tablePrefix
Type: SystemString

[Missing <param name="tablePrefix"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Query.QueryBuilder.CreateWhereCondition(System.Type,System.String,System.Object,System.String,System.Collections.Generic.List{SanteDB.DisconnectedClient.SQLite.Query.TableMapping},System.String)"]

scopedTables
Type: System.Collections.GenericListTableMapping

[Missing <param name="scopedTables"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Query.QueryBuilder.CreateWhereCondition(System.Type,System.String,System.Object,System.String,System.Collections.Generic.List{SanteDB.DisconnectedClient.SQLite.Query.TableMapping},System.String)"]

tableAlias (Optional)
Type: SystemString

[Missing <param name="tableAlias"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Query.QueryBuilder.CreateWhereCondition(System.Type,System.String,System.Object,System.String,System.Collections.Generic.List{SanteDB.DisconnectedClient.SQLite.Query.TableMapping},System.String)"]

Return Value

Type: SqlStatement

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Query.QueryBuilder.CreateWhereCondition(System.Type,System.String,System.Object,System.String,System.Collections.Generic.List{SanteDB.DisconnectedClient.SQLite.Query.TableMapping},System.String)"]

See Also