|
|
The NavisworksTransaction type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
|
Connection |
Returns the underlying connection to which this transaction applies.
|
|
|
DbConnection |
Forwards to the local Connection property
(Overrides DbTransaction..::..DbConnection.) |
|
|
IsolationLevel |
Gets the isolation level of the transaction. NavisworksTransaction only supports Serializable transactions.
(Overrides DbTransaction..::..IsolationLevel.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
|
|
IDbTransaction..::..Connection | (Inherited from DbTransaction.) |