Click or drag to resize

SqlStatementBuilderSelectFrom(Type, ColumnMapping) Method

Return a select from

Namespace: SanteDB.OrmLite
Assembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
Syntax
public SqlStatementBuilder SelectFrom(
	Type dataType,
	params ColumnMapping[] columns
)

Parameters

dataType  Type

[Missing <param name="dataType"/> documentation for "M:SanteDB.OrmLite.SqlStatementBuilder.SelectFrom(System.Type,SanteDB.OrmLite.ColumnMapping[])"]

columns  ColumnMapping

[Missing <param name="columns"/> documentation for "M:SanteDB.OrmLite.SqlStatementBuilder.SelectFrom(System.Type,SanteDB.OrmLite.ColumnMapping[])"]

Return Value

SqlStatementBuilder

[Missing <returns> documentation for "M:SanteDB.OrmLite.SqlStatementBuilder.SelectFrom(System.Type,SanteDB.OrmLite.ColumnMapping[])"]

See Also