Show / Hide Table of Contents

Method GetUpdateCommand

| Improve this Doc View Source

GetUpdateCommand(DbSelectStatement)

Gets the command to update table.

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

The query statement of the DbTable update.

Returns
Type Description
TCommand

The command.

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