The TransactionData type exposes the following members.

Constructors

  NameDescription
Public methodTransactionData
Initializes a new instance of the TransactionData class.

Methods

  NameDescription
Public methodClone
Makes a copy of this transaction data.
Public methodDispose()()()()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
Releases the resources used by the Session.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object 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 methodToString
Returns a String that represents the current Object.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyCompletedAction
Gets or sets the completed action to be called when the transaction results are available.
Public propertyForceOutOfBand
Gets or sets a value indicating whether to force receiving the transaction results "out of band".
Public propertyParameters
Gets the Parameters.
Public propertyProcedureName
Gets or sets ProcedureName.
Public propertyResultSet
Gets the ResultSet.
Public propertyReturnCode
Gets or sets ReturnCode.
Public propertyTransactionName
Gets or sets TransactionName.
Public propertyTransactionToken
Gets the transaction token associated with this TransactionData.
Public propertyUserState
Gets or sets extended data to be stored on the transaction data.
Public propertyWarningMessage
Gets or sets WarningMessage.
Public propertyWasOutOfBandUsed
Gets a value indicating whether the transaction results were sent "out of band".

See Also