Click or drag to resize

SqlStatementTSelectFrom Method (Type)

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 Type[] scopedTables
)

Parameters

scopedTables
Type: SystemType

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

Return Value

Type: SqlStatementT
The constructed sql statement
See Also