Show / Hide Table of Contents

Method GetQueryCommand

| Improve this Doc View Source

GetQueryCommand(DbQueryStatement)

Gets the command for database query statement.

Declaration
protected abstract TCommand GetQueryCommand(DbQueryStatement queryStatement)
Parameters
Type Name Description
DbQueryStatement queryStatement

The query statement.

Returns
Type Description
TCommand

The command of query statement.

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