The TransactionSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TransactionSettings |
Constructs a TransactionSettings object.
|
Methods
Name | Description | |
---|---|---|
Clone |
Makes a copy of this transaction settings.
| |
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.) | |
Reset |
This method sets all transaction settings back to the default settings.
| |
ToString |
Returns a string representation of TransactionSettings.
(Overrides Object..::..ToString()()()().) |
Properties
Name | Description | |
---|---|---|
AdditionalInformation |
Gets or sets the additional info for this transaction.
| |
Asynchronous |
Gets asynchronous flag.
| |
Catalog |
Gets or sets the catalog.
| |
ClientNet |
Gets or sets ClientNet.
| |
ConnectionInformation |
Gets or sets the connection information.
| |
FormatVersion |
Gets or sets the format version.
| |
IncludeParameterMetadata |
Gets or sets the include parameter metadata flag.
| |
IncludeRowSetMetadata |
Gets or sets the row set metadata flag.
| |
IsolationType |
Gets or sets the isolation type of this transaction.
| |
Provider |
Gets or sets the provider.
| |
ReadOnly |
Gets or sets the read-only flag.
| |
RequestType |
Gets or sets the request type of this transaction.
| |
RowLimit |
Gets or sets the row limit for this transaction.
| |
Schema |
Gets or sets the schema.
| |
ServerInfo |
Gets or sets the server info for this transaction.
| |
Timeout |
Gets or sets the timeout (in seconds).
| |
TransactionId |
Gets or sets the transaction ID.
| |
UserId |
Gets or sets the user ID.
|