Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Property AsNullableBoolean

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

AsNullableBoolean

Casts the BsonValue to a Nullable{Boolean} (throws an InvalidCastException if the cast is not valid).

public bool? AsNullableBoolean { get; }

Property Value

bool?