Click or drag to resize

QueryBuilderCreateWhereCondition Method

Create a where condition

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

Parameters

tmodel
Type: SystemType

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

propertyPath
Type: SystemString

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

value
Type: SystemObject

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

tablePrefix
Type: SystemString

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

scopedTables
Type: System.Collections.GenericListTableMapping

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

Return Value

Type: SqlStatement

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

See Also