| 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
)
Public Function SelectFrom (
ParamArray scopedTables As Type()
) As SqlStatement(Of T)
public:
SqlStatement<T>^ SelectFrom(
... array<Type^>^ scopedTables
)
member SelectFrom :
scopedTables : Type[] -> SqlStatement<'T>
Parameters
- scopedTables
- Type: SystemType
[Missing <param name="scopedTables"/> documentation for "M:SanteDB.OrmLite.SqlStatement`1.SelectFrom(System.Type[])"]
Return Value
Type:
SqlStatementTThe constructed sql statement
See Also