C# Class Dapper.SimpleSave.Impl.InsertCommand

Represents a SQL INSERT command that inserts a single row of data into a table.
Inheritance: BaseInsertDeleteCommand
Mostra file Open project: Paymentsense/Dapper.SimpleSave Class Usage Examples

Public Methods

Method Description
InsertCommand ( InsertOperation operation )

Method Details

InsertCommand() public method

public InsertCommand ( InsertOperation operation )
operation InsertOperation