Bson |
The BsonValue type exposes the following members.
| Name | Description | |
|---|---|---|
| AsArray | ||
| AsBinary | ||
| AsBoolean | ||
| AsDateTime | ||
| AsDecimal | ||
| AsDocument | ||
| AsDouble | ||
| AsGuid | ||
| AsInt32 | ||
| AsInt64 | ||
| AsObjectId | ||
| AsString | ||
| IsArray | ||
| IsBinary | ||
| IsBoolean | ||
| IsDateTime | ||
| IsDecimal | ||
| IsDocument | ||
| IsDouble | ||
| IsGuid | ||
| IsInt32 | ||
| IsInt64 | ||
| IsMaxValue | ||
| IsMinValue | ||
| IsNull | ||
| IsNumber | ||
| IsObjectId | ||
| IsString | ||
| ItemInt32 | Get/Set value in array position. Works only when value are array | |
| ItemString | Get/Set a field for document. Fields are case sensitive - Works only when value are document | |
| RawValue | Get internal .NET value object | |
| Type | Indicate BsonType of this BsonValue |