Click or drag to resize

SqlStatementBuilderSelectFrom(Type) Method

Construct a SELECT FROM statement with the specified selectors

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

Parameters

scopedTables  Type
The types from which to select columns

Return Value

SqlStatementBuilder
The constructed sql statement
See Also