Click or drag to resize
Command Methods

The Command type exposes the following members.

Methods
  NameDescription
Protected methodAddAml
Append a query to this request
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToNormalizedAml
Perform parameter substitutions and return the resulting AML
Public methodToString
Return the AML string
(Overrides ObjectToString.)
Public methodWithAction(String)
Specify the SOAP action to use with the AML (as a string)
Public methodWithAction(CommandAction)
Specify the SOAP action to use with the AML
Public methodWithAml
Replaces SQL Server style numbered AML parameters (used as attribute and element values) with the corresponding arguments. Property type conversion and XML formatting is performed
Public methodWithMimeType
Specify the MIME type to accept
Public methodWithParam
Specify a named parameter and its value
Top
See Also