Show / Hide Table of Contents

Method GetDeleteCommand

| Improve this Doc View Source

GetDeleteCommand(DbSelectStatement)

Gets the command to delete data from table

Declaration
protected abstract TCommand GetDeleteCommand(DbSelectStatement statement)
Parameters
Type Name Description
DbSelectStatement statement

The query statement of the DbTable delete.

Returns
Type Description
TCommand

The command.

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