Method GetSqlString
| Improve this Doc View SourceGetSqlString(DbQueryStatement)
Gets the native SQL string for query statement.
Declaration
protected abstract string GetSqlString(DbQueryStatement query)
Parameters
Type | Name | Description |
---|---|---|
DbQueryStatement | query | The query statement. |
Returns
Type | Description |
---|---|
System.String | The native SQL string. |