| SqlStatementTSelectFrom Method (String) |
Construct a SELECT FROM statement
Namespace:
SanteDB.DisconnectedClient.SQLite.Query
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public SqlStatement<T> SelectFrom(
string tableAlias = null
)
Public Function SelectFrom (
Optional tableAlias As String = Nothing
) As SqlStatement(Of T)
public:
SqlStatement<T>^ SelectFrom(
String^ tableAlias = nullptr
)
member SelectFrom :
?tableAlias : string
(* Defaults:
let _tableAlias = defaultArg tableAlias null
*)
-> SqlStatement<'T>
Parameters
- tableAlias (Optional)
- Type: SystemString
[Missing <param name="tableAlias"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Query.SqlStatement`1.SelectFrom(System.String)"]
Return Value
Type:
SqlStatementT[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Query.SqlStatement`1.SelectFrom(System.String)"]
See Also