Data Port Sync 1.0.500

SqlCeCommandBuilder Properties

The properties of the SqlCeCommandBuilder class are listed below. For a complete list of SqlCeCommandBuilder class members, see the SqlCeCommandBuilder Members topic.

Public Instance Properties

CatalogLocation (inherited from DbCommandBuilder)Sets or gets the CatalogLocation for an instance of the DbCommandBuilder class.
CatalogSeparator (inherited from DbCommandBuilder)Sets or gets a string used as the catalog separator for an instance of the DbCommandBuilder class.
ConflictOption (inherited from DbCommandBuilder)Specifies which ConflictOption is to be used by the DbCommandBuilder.
Container (inherited from Component)Gets the IContainer that contains the Component.
DataAdapterOverloaded. Gets or sets the command builder's associated data adapter.
QuotePrefix (inherited from DbCommandBuilder)Gets or sets the beginning character or characters to use when specifying database objects (for example, tables or columns) whose names contain characters such as spaces or reserved tokens.
QuoteSuffix (inherited from DbCommandBuilder)Gets or sets the beginning character or characters to use when specifying database objects (for example, tables or columns) whose names contain characters such as spaces or reserved tokens.
SchemaSeparator (inherited from DbCommandBuilder)Gets or sets the character to be used for the separator between the schema identifier and any other identifiers.
SetAllValues (inherited from DbCommandBuilder)Specifies whether all column values in an update statement are included or only changed ones.
Site (inherited from Component)Gets or sets the ISite of the Component.

Protected Instance Properties

CanRaiseEvents (inherited from Component)Gets a value indicating whether the component can raise an event.
DesignMode (inherited from Component)Gets a value that indicates whether the Component is currently in design mode.
Events (inherited from Component)Gets the list of event handlers that are attached to this Component.

See Also

SqlCeCommandBuilder Class | Primeworks.DesktopSqlCe Namespace