Gets the default transaction options.
Namespace:
MongoDB.Driver.Core.Bindings
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
Syntaxpublic TransactionOptions DefaultTransactionOptions { get; }
Public ReadOnly Property DefaultTransactionOptions As TransactionOptions
Get
member DefaultTransactionOptions : TransactionOptions with get
Property Value
Type:
TransactionOptions
The default transaction options.
See Also