Click or drag to resize

QueryBuilder.CreateSqlPredicate Method

Create the actual SQL predicate

Namespace:  SanteDB.OrmLite
Assembly:  SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax
public SqlStatement CreateSqlPredicate(
	string tableAlias,
	string columnName,
	PropertyInfo modelProperty,
	IList values
)

Parameters

tableAlias
Type: System.String
The alias for the table on which the predicate is based
columnName
Type: System.String
The column data for the data model
modelProperty
Type: System.Reflection.PropertyInfo
The model property information for type information
values
Type: System.Collections.IList
The values to be matched

Return Value

Type: SqlStatement

[Missing <returns> documentation for "M:SanteDB.OrmLite.QueryBuilder.CreateSqlPredicate(System.String,System.String,System.Reflection.PropertyInfo,System.Collections.IList)"]

See Also