Show / Hide Table of Contents

Method GetSqlString

| Improve this Doc View Source

GetSqlString(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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest