Click or drag to resize

QueryBuilderCreateSqlPredicate 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: SystemString
The alias for the table on which the predicate is based
columnName
Type: SystemString
The column data for the data model
modelProperty
Type: System.ReflectionPropertyInfo
The model property information for type information
values
Type: System.CollectionsIList
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