This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
ADOCommand Members
Public:
Constructor
Properties
Methods
Cancel |
[To be supplied.] |
Clone |
[To be supplied.] |
Equals (inherited from Object) |
Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality). |
Execute (inherited from DBCommand) |
Overloaded. Executes the command against the data source. |
GetHashCode (inherited from Object) |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) |
Gets the Type of the Object. |
Prepare |
Creates a prepared (or compiled) version of the command on the data source. |
ResetCommandTimeout |
Resets the CommandTimeout property to the default value. |
ResetParameters |
Refreshes the collection of Parameters for the command. |
ResetProperties |
Resets all ADOCommand properties to their defaults. |
ShouldPersist (inherited from DBCommand) |
When overridden in a derived class, returns whether the settings of the properties should be persisted. |
ShouldPersistCommandTimeout |
Determines whether the CommandTimeout should be persisted. |
ToString (inherited from Object) |
Returns a String that represents the current Object. |
Events
SchemaChanged (inherited from DBCommand) |
Occurs when the DataSet schema has been changed to match the schema change of the data source. |
SchemaChanging (inherited from DBCommand) |
Occurs when the DataSet schema is to be changed to match the schema change of the data source. |
Protected:
Methods
Fields
Event Hookup:
Methods
AddOnSchemaChanged (inherited from DBCommand) |
[To be supplied.] |
AddOnSchemaChanging (inherited from DBCommand) |
[To be supplied.] |
RemoveOnSchemaChanged (inherited from DBCommand) |
[To be supplied.] |
RemoveOnSchemaChanging (inherited from DBCommand) |
[To be supplied.] |
See Also
ADOCommand Class | System.Data.ADO Namespace