Click or drag to resize
DbCommand Class
Inheritance Hierarchy
SystemObject
  Innovator.ClientCommand
    Innovator.Client.ConnectionDbCommand

Namespace: Innovator.Client.Connection
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
public class DbCommand : Command, IDbCommand, 
	IDisposable

The DbCommand type exposes the following members.

Constructors
  NameDescription
Public methodDbCommand
Initializes a new instance of the DbCommand class
Top
Properties
  NameDescription
Public propertyAcceptMimeType
What MIME type the client should accept for the request
(Inherited from Command.)
Public propertyAction
SOAP action to use with the AML
(Inherited from Command.)
Public propertyActionString
SOAP action to use with the AML (represented as a string)
(Inherited from Command.)
Public propertyAml
The AML query
(Inherited from Command.)
Public propertyCommandText
Public propertyCommandTimeout
Public propertyCommandType
Public propertyConnection
Public propertyParameters
Public propertySettings
Specify a method to configure each outgoing HTTP request associated specifically with this AML request
(Inherited from Command.)
Public propertyTransaction
Public propertyUpdatedRowSource
Top
Methods
  NameDescription
Protected methodAddAml
Append a query to this request
(Inherited from Command.)
Public methodCreateParameter
Public methodCreateParameter(String, Object)
Public methodDispose
Releases all resources used by the DbCommand
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExecuteNonQuery
Public methodExecuteReader
Public methodExecuteReader(CommandBehavior)
Public methodExecuteScalar
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 methodPrepare
Public methodToNormalizedAml
Perform parameter substitutions and return the resulting AML
(Inherited from Command.)
Public methodToString
Return the AML string
(Inherited from Command.)
Public methodWithAction(String)
Specify the SOAP action to use with the AML (as a string)
(Inherited from Command.)
Public methodWithAction(CommandAction)
Specify the SOAP action to use with the AML
(Inherited from Command.)
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
(Inherited from Command.)
Public methodWithMimeType
Specify the MIME type to accept
(Inherited from Command.)
Public methodWithParam
Specify a named parameter and its value
(Inherited from Command.)
Top
Explicit Interface Implementations
See Also