Click or drag to resize

QueryBuilderCreateQuery(Type, LambdaExpression, ColumnMapping) Method

Create a query from expression without needing type

Namespace: SanteDB.OrmLite
Assembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
Syntax
public SqlStatementBuilder CreateQuery(
	Type modelType,
	LambdaExpression predicate,
	params ColumnMapping[] selector
)

Parameters

modelType  Type

[Missing <param name="modelType"/> documentation for "M:SanteDB.OrmLite.QueryBuilder.CreateQuery(System.Type,System.Linq.Expressions.LambdaExpression,SanteDB.OrmLite.ColumnMapping[])"]

predicate  LambdaExpression

[Missing <param name="predicate"/> documentation for "M:SanteDB.OrmLite.QueryBuilder.CreateQuery(System.Type,System.Linq.Expressions.LambdaExpression,SanteDB.OrmLite.ColumnMapping[])"]

selector  ColumnMapping

[Missing <param name="selector"/> documentation for "M:SanteDB.OrmLite.QueryBuilder.CreateQuery(System.Type,System.Linq.Expressions.LambdaExpression,SanteDB.OrmLite.ColumnMapping[])"]

Return Value

SqlStatementBuilder

[Missing <returns> documentation for "M:SanteDB.OrmLite.QueryBuilder.CreateQuery(System.Type,System.Linq.Expressions.LambdaExpression,SanteDB.OrmLite.ColumnMapping[])"]

See Also