The TransactionData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | TransactionData |
Initializes a new instance of the TransactionData class.
|
Methods
Name | Description | |
---|---|---|
![]() | Clone |
Makes a copy of this transaction data.
|
![]() | Dispose()()()() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
![]() | Dispose(Boolean) |
Releases the resources used by the Session.
|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a String that represents the current Object. (Overrides Object..::..ToString()()()().) |
Properties
Name | Description | |
---|---|---|
![]() | CompletedAction |
Gets or sets the completed action to be called when the transaction results are available.
|
![]() | ForceOutOfBand |
Gets or sets a value indicating whether to force receiving the transaction results "out of band".
|
![]() | Parameters |
Gets the Parameters.
|
![]() | ProcedureName |
Gets or sets ProcedureName.
|
![]() | ResultSet |
Gets the ResultSet.
|
![]() | ReturnCode |
Gets or sets ReturnCode.
|
![]() | TransactionName |
Gets or sets TransactionName.
|
![]() | TransactionToken |
Gets the transaction token associated with this TransactionData.
|
![]() | UserState |
Gets or sets extended data to be stored on the transaction data.
|
![]() | WarningMessage |
Gets or sets WarningMessage.
|
![]() | WasOutOfBandUsed |
Gets a value indicating whether the transaction results were sent "out of band".
|