CoreSessionOptionsIsImplicit Property |
Gets a value indicating whether this session is an implicit session.
Namespace:
MongoDB.Driver.Core.Bindings
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
Syntaxpublic bool IsImplicit { get; }
Public ReadOnly Property IsImplicit As Boolean
Get
member IsImplicit : bool with get
Property Value
Type:
Booleantrue if this session is an implicit session; otherwise,
false.
See Also