The methods of the SqlCeCommandBuilder class are listed below. For a complete list of SqlCeCommandBuilder class members, see the SqlCeCommandBuilder Members topic.
CreateObjRef (inherited from MarshalByRefObject) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
Dispose (inherited from Component) | Overloaded. Releases all resources used by the Component. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetDeleteCommand (inherited from DbCommandBuilder) | Overloaded. Gets the automatically generated DbCommand object required to perform deletions at the data source. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetInsertCommand (inherited from DbCommandBuilder) | Overloaded. Gets the automatically generated DbCommand object required to perform insertions at the data source. |
GetLifetimeService (inherited from MarshalByRefObject) | Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetType (inherited from Object) | Gets the Type of the current instance. |
GetUpdateCommand (inherited from DbCommandBuilder) | Overloaded. Gets the automatically generated DbCommand object required to perform updates at the data source. |
InitializeLifetimeService (inherited from MarshalByRefObject) | Obtains a lifetime service object to control the lifetime policy for this instance. |
QuoteIdentifier (inherited from DbCommandBuilder) | Given an unquoted identifier in the correct catalog case, returns the correct quoted form of that identifier, including properly escaping any embedded quotes in the identifier. |
RefreshSchema (inherited from DbCommandBuilder) | Clears the commands associated with this DbCommandBuilder. |
ToString (inherited from Component) | Returns a String containing the name of the Component, if any. This method should not be overridden. |
UnquoteIdentifier (inherited from DbCommandBuilder) | Given a quoted identifier, returns the correct unquoted form of that identifier, including properly un-escaping any embedded quotes in the identifier. |
ApplyParameterInfo | Applies schema row information to a corresponding parameter. |
Dispose (inherited from DbCommandBuilder) | Overloaded. Releases the unmanaged resources used by the DbCommandBuilder and optionally releases the managed resources. |
Finalize (inherited from Component) | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. |
GetParameterName | Overloaded. Not implemented. |
GetParameterPlaceholder | Builds a string containing the parameter placeholder text. |
GetSchemaTable (inherited from DbCommandBuilder) | Returns the schema table for the DbCommandBuilder. |
GetService (inherited from Component) | Returns an object that represents a service provided by the Component or by its Container. |
InitializeCommand | Initializes the command. |
MemberwiseClone (inherited from MarshalByRefObject) | Overloaded. Creates a shallow copy of the current MarshalByRefObject object. |
MemberwiseClone (inherited from Object) | Overloaded. Creates a shallow copy of the current Object. |
RowUpdatingHandler (inherited from DbCommandBuilder) | Adds an event handler for the RowUpdating event. |
SetRowUpdatingHandler | Sets the row updating handler event on the given adapter. |
SqlCeCommandBuilder Class | Primeworks.DesktopSqlCe Namespace