 | SqlStatementBuilderSelectFrom(Type) Method |
Construct a SELECT FROM statement with the specified selectors
Namespace: SanteDB.OrmLiteAssembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
Syntaxpublic SqlStatementBuilder SelectFrom(
params Type[] scopedTables
)
Public Function SelectFrom (
ParamArray scopedTables As Type()
) As SqlStatementBuilder
public:
SqlStatementBuilder^ SelectFrom(
... array<Type^>^ scopedTables
)
member SelectFrom :
scopedTables : Type[] -> SqlStatementBuilder Parameters
- scopedTables Type
- The types from which to select columns
Return Value
SqlStatementBuilderThe constructed sql statement
See Also