Click or drag to resize

SqlStatementTSelectFrom Method (ColumnMapping)

Construct a SELECT FROM statement with the specified selectors

Namespace:  SanteDB.OrmLite
Assembly:  SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax
public SqlStatement<T> SelectFrom(
	params ColumnMapping[] columns
)

Parameters

columns
Type: SanteDB.OrmLiteColumnMapping

[Missing <param name="columns"/> documentation for "M:SanteDB.OrmLite.SqlStatement`1.SelectFrom(SanteDB.OrmLite.ColumnMapping[])"]

Return Value

Type: SqlStatementT
The constructed sql statementB
See Also