Show / Hide Table of Contents

Method GetInsertCommand

| Improve this Doc View Source

GetInsertCommand(DbSelectStatement)

Gets the command to insert data into table.

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

The query statement of the DbTable insert.

Returns
Type Description
TCommand

The command.

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