WrappingCoreSessionIsImplicit Property |
Gets a value indicating whether this instance is implicit session.
Namespace:
MongoDB.Driver.Core.Bindings
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
Syntax public virtual bool IsImplicit { get; }
Public Overridable ReadOnly Property IsImplicit As Boolean
Get
abstract IsImplicit : bool with get
override IsImplicit : bool with get
Property Value
Type:
Booleantrue if this instance is implicit session; otherwise,
false.
Implements
ICoreSessionIsImplicitSee Also