SqlCeCommandBuilder Members
Public Constructors
SqlCeCommandBuilder Constructor
Supported only by the .NET Compact Framework. |
Overloaded. Initializes a new instance of the SqlCeCommandBuilder class. |
Public Properties
Container (inherited from Component) | Gets the IContainer that contains the Component. |
DataAdapter
Supported only by the .NET Compact Framework. |
Gets or sets a SqlCeDataAdapter object for which SQL statements are automatically generated. |
QuotePrefix
Supported only by the .NET Compact Framework. |
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. |
QuoteSuffix
Supported only by the .NET Compact Framework. |
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. |
Site (inherited from Component) | Gets or sets the ISite of the Component. |
Public Methods
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
Supported only by the .NET Compact Framework. |
Releases the resources used by the SqlCeCommandBuilder. |
Equals (inherited from Object)
Supported only by the .NET Compact Framework. |
Overloaded. Determines whether two Object instances are equal. |
GetDeleteCommand
Supported only by the .NET Compact Framework. |
Gets the automatically generated SqlCeCommand object required to perform deletions on the database when an application calls Update on the SqlCeDataAdapter. |
GetHashCode (inherited from Object)
Supported only by the .NET Compact Framework. |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetInsertCommand
Supported only by the .NET Compact Framework. |
Gets the automatically generated SqlCeCommand object required to perform inserts on the database when an application calls Update on the SqlCeDataAdapter. |
GetLifetimeService (inherited from MarshalByRefObject) | Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetType (inherited from Object)
Supported only by the .NET Compact Framework. |
Gets the Type of the current instance. |
GetUpdateCommand
Supported only by the .NET Compact Framework. |
Gets the automatically generated SqlCeCommand object required to perform updates on the database when an application calls Update on the SqlCeDataAdapter. |
InitializeLifetimeService (inherited from MarshalByRefObject) | Obtains a lifetime service object to control the lifetime policy for this instance. |
RefreshSchema
Supported only by the .NET Compact Framework. |
Refreshes the database schema information used to generate INSERT, UPDATE, or DELETE statements. |
ToString (inherited from Object)
Supported only by the .NET Compact Framework. |
Returns a String that represents the current Object. |
Public Events
Disposed (inherited from Component) | Adds an event handler to listen to the Disposed event on the component. |
Protected Properties
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. |
Protected Methods
Finalize (inherited from Component)
Supported only by the .NET Compact Framework. |
Overridden. Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
GetService (inherited from Component) | Returns an object that represents a service provided by the Component or by its Container. |
MemberwiseClone (inherited from Object)
Supported only by the .NET Compact Framework. |
Creates a shallow copy of the current Object. |
See Also
SqlCeCommandBuilder Class | System.Data.SqlServerCe Namespace
Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.