IDbCommandBuilder InterfaceNReco.Data Class Library Documentation
Automatically generates single-table commands to create-update-delete-retrieve database records.

Namespace: NReco.Data
Assembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Syntax

public interface IDbCommandBuilder

The IDbCommandBuilder type exposes the following members.

Methods

  NameDescription
Public methodGetDeleteCommand
Public methodGetInsertCommand
Public methodGetSelectCommand
Public methodGetUpdateCommand
Top
Extension Methods

  NameDescription
Public Extension MethodGetInsertCommand(String, IDictionary String, Object )Overloaded. (Defined by DbCommandBuilderExtensions.)
Public Extension MethodGetInsertCommand(String, Object)Overloaded. (Defined by DbCommandBuilderExtensions.)
Public Extension MethodGetUpdateCommand(Query, IDictionary String, Object )Overloaded. (Defined by DbCommandBuilderExtensions.)
Public Extension MethodGetUpdateCommand(Query, Object)Overloaded. (Defined by DbCommandBuilderExtensions.)
Top
Properties

  NameDescription
Public propertyDbFactory
Top
See Also