Icon EDBCommandBuilder Class

The EDBCommandBuilder class extends the DbCommandBuilder abstract class, used for generating the appropriate commands for reconciling changes back to a dataset.

Namespace: Elevate.ElevateDB.Data

Inherits From System.Data.Common.DbCommandBuilder

Constructors

(<No Parameters>)
(Adapter: EDBDataAdapter)

Methods
MethodDescription
DeriveParameters(Command: EDBCommand)Use this method to populate the parameters for an EDBCommand instance.

Information This method simply calls the Prepare method of the EDBCommand instance to populate the parameters, so calling this method will cause the EDBCommand instance to be closed (if it is open) and then prepared.
Image