C# Class Dapper.SimpleSave.Impl.UpdateOperation

Represents an update operation to carry out on a single column in a table. Multiple such operations may be coalesced together into a single UpdateCommand, which results in the generation of a single UPDATE SQL statement that updates multiple columns.
Inheritance: BaseOperation
Afficher le fichier Open project: Paymentsense/Dapper.SimpleSave Class Usage Examples