SqlCeCommandBuilder Members

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

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

Public Constructors

  Name Description
SqlCeCommandBuilder Overloaded. Initializes a new instance of the SqlCeCommandBuilder class.

Top

Public Properties

(see also Protected Properties )

  Name Description
8748cae8.pubproperty(en-us,VS.90).gif CatalogLocation Overridden. Not supported in SQL Server Compact 3.5 SP1.
8748cae8.pubproperty(en-us,VS.90).gif CatalogSeparator Overridden. Not supported in SQL Server Compact 3.5 SP1.
8748cae8.pubproperty(en-us,VS.90).gif ConflictOption Overridden. Specifies which ConflictOption is to be used by the SqlCeCommandBuilder.
8748cae8.pubproperty(en-us,VS.90).gif Container  (inherited from Component )
8748cae8.pubproperty(en-us,VS.90).gif DataAdapter Gets or sets a SqlCeDataAdapter object for which SQL statements are automatically generated.
8748cae8.pubproperty(en-us,VS.90).gif 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.
8748cae8.pubproperty(en-us,VS.90).gif 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.
8748cae8.pubproperty(en-us,VS.90).gif SchemaSeparator Overridden. Not supported in SQL Server Compact 3.5 SP1.
8748cae8.pubproperty(en-us,VS.90).gif SetAllValues  (inherited from DbCommandBuilder )
8748cae8.pubproperty(en-us,VS.90).gif Site  (inherited from Component )

Top

Protected Properties

  Name Description
8748cae8.protproperty(en-us,VS.90).gif CanRaiseEvents  (inherited from Component )
8748cae8.protproperty(en-us,VS.90).gif DesignMode  (inherited from Component )
8748cae8.protproperty(en-us,VS.90).gif Events  (inherited from Component )

Top

Public Methods

(see also Protected Methods )

  Name Description
8748cae8.pubmethod(en-us,VS.90).gif CreateObjRef  (inherited from MarshalByRefObject )
8748cae8.pubmethod(en-us,VS.90).gif Dispose  Overloaded. (inherited from DbCommandBuilder )
8748cae8.pubmethod(en-us,VS.90).gif Equals  Overloaded. (inherited from Object )
8748cae8.pubmethod(en-us,VS.90).gif GetDeleteCommand Overloaded.  
8748cae8.pubmethod(en-us,VS.90).gif GetHashCode  (inherited from Object )
8748cae8.pubmethod(en-us,VS.90).gif GetInsertCommand Overloaded.  
8748cae8.pubmethod(en-us,VS.90).gif GetLifetimeService  (inherited from MarshalByRefObject )
8748cae8.pubmethod(en-us,VS.90).gif GetType  (inherited from Object )
8748cae8.pubmethod(en-us,VS.90).gif GetUpdateCommand Overloaded.  
8748cae8.pubmethod(en-us,VS.90).gif InitializeLifetimeService  (inherited from MarshalByRefObject )
8748cae8.pubmethod(en-us,VS.90).gif QuoteIdentifier Overridden.  
8748cae8.pubmethod(en-us,VS.90).gif 8748cae8.static(en-us,VS.90).gif ReferenceEquals  (inherited from Object )
8748cae8.pubmethod(en-us,VS.90).gif RefreshSchema  (inherited from DbCommandBuilder )
8748cae8.pubmethod(en-us,VS.90).gif ToString  (inherited from Component )
8748cae8.pubmethod(en-us,VS.90).gif UnquoteIdentifier Overridden.  

Top

Protected Methods

  Name Description
8748cae8.protmethod(en-us,VS.90).gif ApplyParameterInfo  (inherited from DbCommandBuilder )
8748cae8.protmethod(en-us,VS.90).gif Dispose  Overloaded. (inherited from DbCommandBuilder )
8748cae8.protmethod(en-us,VS.90).gif Finalize  (inherited from Component )
8748cae8.protmethod(en-us,VS.90).gif GetParameterName  Overloaded. (inherited from DbCommandBuilder )
8748cae8.protmethod(en-us,VS.90).gif GetParameterPlaceholder  (inherited from DbCommandBuilder )
8748cae8.protmethod(en-us,VS.90).gif GetSchemaTable  (inherited from DbCommandBuilder )
8748cae8.protmethod(en-us,VS.90).gif GetService  (inherited from Component )
8748cae8.protmethod(en-us,VS.90).gif InitializeCommand  (inherited from DbCommandBuilder )
8748cae8.protmethod(en-us,VS.90).gif MemberwiseClone  Overloaded. (inherited from MarshalByRefObject )
8748cae8.protmethod(en-us,VS.90).gif RowUpdatingHandler  (inherited from DbCommandBuilder )
8748cae8.protmethod(en-us,VS.90).gif SetRowUpdatingHandler  (inherited from DbCommandBuilder )

Top

Public Events

  Name Description
8748cae8.pubevent(en-us,VS.90).gif Disposed  (inherited from Component )

Top

See Also

Reference

SqlCeCommandBuilder Class
System.Data.SqlServerCe Namespace