SqlCeCommandBuilder Methods

Include Protected Members
Include Inherited Members

The SqlCeCommandBuilder type exposes the following members.

Methods

  Name Description
Protected method ApplyParameterInfo (inherited from DbCommandBuilder)
Public method CreateObjRef (inherited from MarshalByRefObject)
Public method Dispose() (inherited from Component)
Protected method Dispose(Boolean) (inherited from DbCommandBuilder)
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Component)
Public method GetDeleteCommand() Gets the automatically generated SqlCeCommand object required to perform deletions on the database when an application calls Update on the SqlCeDataAdapter.
Public method GetDeleteCommand(Boolean) (inherited from DbCommandBuilder)
Public method GetHashCode (inherited from Object)
Public method GetInsertCommand() Gets the automatically generated SqlCeCommand object required to perform inserts on the database when an application calls Update on the SqlCeDataAdapter.
Public method GetInsertCommand(Boolean) (inherited from DbCommandBuilder)
Public method GetLifetimeService (inherited from MarshalByRefObject)
Protected method GetParameterName(Int32) (inherited from DbCommandBuilder)
Protected method GetParameterName(String) (inherited from DbCommandBuilder)
Protected method GetParameterPlaceholder (inherited from DbCommandBuilder)
Protected method GetSchemaTable (inherited from DbCommandBuilder)
Protected method GetService (inherited from Component)
Public method GetType (inherited from Object)
Public method GetUpdateCommand() Gets the automatically generated SqlCeCommand object required to perform updates on the database when an application calls Update on the SqlCeDataAdapter.
Public method GetUpdateCommand(Boolean) (inherited from DbCommandBuilder)
Protected method InitializeCommand (inherited from DbCommandBuilder)
Public method InitializeLifetimeService (inherited from MarshalByRefObject)
Protected method MemberwiseClone() (inherited from Object)
Protected method MemberwiseClone(Boolean) (inherited from MarshalByRefObject)
Public method QuoteIdentifier Returns the correct quoted form of the specified identifier. (Overrides DbCommandBuilder.QuoteIdentifier(String).)
Public method RefreshSchema (inherited from DbCommandBuilder)
Protected method RowUpdatingHandler (inherited from DbCommandBuilder)
Protected method SetRowUpdatingHandler (inherited from DbCommandBuilder)
Public method ToString (inherited from Component)
Public method UnquoteIdentifier Returns the correct unquoted form of the specified identifier. (Overrides DbCommandBuilder.UnquoteIdentifier(String).)

Top

See Also

Reference

SqlCeCommandBuilder Class

System.Data.SqlServerCe Namespace