Automatically generates single-table commands to create-update-delete-retrieve database records.
Namespace: NReco.DataAssembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Syntax
The IDbCommandBuilder type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetDeleteCommand | |
![]() | GetInsertCommand | |
![]() | GetSelectCommand | |
![]() | GetUpdateCommand |
Extension Methods
Name | Description | |
---|---|---|
![]() | GetInsertCommand(String, IDictionary String, Object ) | Overloaded. (Defined by DbCommandBuilderExtensions.) |
![]() | GetInsertCommand(String, Object) | Overloaded. (Defined by DbCommandBuilderExtensions.) |
![]() | GetUpdateCommand(Query, IDictionary String, Object ) | Overloaded. (Defined by DbCommandBuilderExtensions.) |
![]() | GetUpdateCommand(Query, Object) | Overloaded. (Defined by DbCommandBuilderExtensions.) |
Properties
Name | Description | |
---|---|---|
![]() | DbFactory |
See Also