NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ADOCommand Methods

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

Public:

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.

Protected:

Close [To be supplied.]
CreateNewActiveConnection [To be supplied.]
CreateNewParameters [To be supplied.]
CreateNewProperties [To be supplied.]
CreateNewSchemaChangedEvent (inherited from DBCommand) [To be supplied.]
CreateNewSchemaChangingEvent (inherited from DBCommand) [To be supplied.]
Finalize [To be supplied.]
ForceExpandCommandText [To be supplied.]
GetActiveConnectionObject [To be supplied.]
GetParametersObject [To be supplied.]
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.
OnSchemaChanged (inherited from DBCommand) Overloaded. [To be supplied.]
OnSchemaChanging (inherited from DBCommand) Overloaded. [To be supplied.]
SetActiveConnectionObject [To be supplied.]

Event Hookup:

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