| SQLiteDataContextGetQueryLiteral Method |
Query
Namespace:
SanteDB.DisconnectedClient.SQLite
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public string GetQueryLiteral(
SqlStatement query
)
Public Function GetQueryLiteral (
query As SqlStatement
) As String
public:
String^ GetQueryLiteral(
SqlStatement^ query
)
member GetQueryLiteral :
query : SqlStatement -> string
Parameters
- query
- Type: SanteDB.DisconnectedClient.SQLite.QuerySqlStatement
[Missing <param name="query"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.SQLiteDataContext.GetQueryLiteral(SanteDB.DisconnectedClient.SQLite.Query.SqlStatement)"]
Return Value
Type:
String[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.SQLiteDataContext.GetQueryLiteral(SanteDB.DisconnectedClient.SQLite.Query.SqlStatement)"]
See Also