SqlCeCommandBuilder Members

Provides a means of automatically generating single-table commands used to reconcile changes made to a DataSet with the associated Microsoft SQL Server 2005 Compact Edition database. This class cannot be inherited.

The following tables list the members exposed by the SqlCeCommandBuilder type.

Public Constructors

  Name Description
Public method Supported by the .NET Compact Framework SqlCeCommandBuilder Overloaded. Initializes a new instance of the SqlCeCommandBuilder class.

Top

Public Properties

(see also Protected Properties )

  Name Description
Public property Supported by the .NET Compact Framework CatalogLocation Overridden. Not supported in SQL Server Compact Edition.
Public property Supported by the .NET Compact Framework CatalogSeparator Overridden. Not supported in SQL Server Compact Edition.
Public property Supported by the .NET Compact Framework ConflictOption Overridden. Specifies which ConflictOption is to be used by the SqlCeCommandBuilder.
Public property Container  Gets the IContainer that contains the Component.(inherited from Component)
Public property Supported by the .NET Compact Framework DataAdapter Gets or sets a SqlCeDataAdapter object for which SQL statements are automatically generated.
Public property Supported by the .NET Compact Framework QuotePrefix Overridden. Gets or sets the beginning character or characters to use when specifying SQL Server database objects (for example, tables or columns) whose names contain characters such as spaces or reserved tokens.
Public property Supported by the .NET Compact Framework QuoteSuffix Overridden. Gets or sets the ending character or characters to use when specifying SQL Server database objects (for example, tables or columns) whose names contain characters, such as spaces or reserved tokens.
Public property Supported by the .NET Compact Framework SchemaSeparator Overridden. Not supported in SQL Server Compact Edition.
Public property Supported by the .NET Compact Framework SetAllValues  Specifies whether all column values in an update statement are included or only changed ones.(inherited from DbCommandBuilder)
Public property Supported by the .NET Compact Framework Site  Gets or sets the ISite of the Component.(inherited from Component)

Top

Protected Properties

  Name Description
Protected property CanRaiseEvents  Gets a value indicating whether the component can raise an event.(inherited from Component)
Protected property DesignMode  Gets a value that indicates whether the Component is currently in design mode.(inherited from Component)
Protected property Supported by the .NET Compact Framework Events  Gets the list of event handlers that are attached to this Component.(inherited from Component)

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method CreateObjRef  Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (inherited from MarshalByRefObject)
Public method Supported by the .NET Compact Framework Dispose  Overloaded. (inherited from DbCommandBuilder)
Public method Supported by the .NET Compact Framework Equals  Overloaded. Determines whether two Object instances are equal. (inherited from Object)
Public method Supported by the .NET Compact Framework GetDeleteCommand Overloaded.  
Public method Supported by the .NET Compact Framework GetHashCode  Serves as a hash function for a particular type. (inherited from Object)
Public method Supported by the .NET Compact Framework GetInsertCommand Overloaded.  
Public method GetLifetimeService  Retrieves the current lifetime service object that controls the lifetime policy for this instance. (inherited from MarshalByRefObject)
Public method Supported by the .NET Compact Framework GetType  Gets the Type of the current instance. (inherited from Object)
Public method Supported by the .NET Compact Framework GetUpdateCommand Overloaded.  
Public method InitializeLifetimeService  Obtains a lifetime service object to control the lifetime policy for this instance. (inherited from MarshalByRefObject)
Public method Supported by the .NET Compact Framework QuoteIdentifier  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. (inherited from DbCommandBuilder)
Public method Static Supported by the .NET Compact Framework ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method Supported by the .NET Compact Framework RefreshSchema  Clears the commands associated with this DbCommandBuilder. (inherited from DbCommandBuilder)
Public method Supported by the .NET Compact Framework ToString  Returns a String containing the name of the Component, if any. This method should not be overridden. (inherited from Component)
Public method Supported by the .NET Compact Framework UnquoteIdentifier  Given a quoted identifier, returns the correct unquoted form of that identifier, including properly un-escaping any embedded quotes in the identifier. (inherited from DbCommandBuilder)

Top

Protected Methods

  Name Description
Protected method Supported by the .NET Compact Framework ApplyParameterInfo  Allows the provider implementation of the DbCommandBuilder class to handle additional parameter properties. (inherited from DbCommandBuilder)
Protected method Supported by the .NET Compact Framework Dispose  Overloaded. (inherited from DbCommandBuilder)
Protected method Supported by the .NET Compact Framework Finalize  Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (inherited from Component)
Protected method Supported by the .NET Compact Framework GetParameterName  Overloaded. Returns the name of the specified parameter. (inherited from DbCommandBuilder)
Protected method Supported by the .NET Compact Framework GetParameterPlaceholder  Returns the placeholder for the parameter in the associated SQL statement. (inherited from DbCommandBuilder)
Protected method Supported by the .NET Compact Framework GetSchemaTable  Returns the schema table for the DbCommandBuilder. (inherited from DbCommandBuilder)
Protected method GetService  Returns an object that represents a service provided by the Component or by its Container. (inherited from Component)
Protected method Supported by the .NET Compact Framework InitializeCommand  Resets the CommandTimeout, Transaction, CommandType, and UpdateRowSource properties on the DbCommand. (inherited from DbCommandBuilder)
Protected method Supported by the .NET Compact Framework MemberwiseClone  Overloaded. (inherited from MarshalByRefObject)
Protected method Supported by the .NET Compact Framework RowUpdatingHandler  Adds an event handler for the RowUpdating event. (inherited from DbCommandBuilder)
Protected method Supported by the .NET Compact Framework SetRowUpdatingHandler  Registers the DbCommandBuilder to handle the RowUpdating event for a DbDataAdapter. (inherited from DbCommandBuilder)

Top

Public Events

  Name Description
Public event Supported by the .NET Compact Framework Disposed  Occurs when the component is disposed by a call to the Dispose method. (inherited from Component)

Top

See Also

Reference

SqlCeCommandBuilder Class
System.Data.SqlServerCe Namespace