BsonWriterSettings Constructor (GuidRepresentation) |
Initializes a new instance of the BsonWriterSettings class.
Namespace: MongoDB.Bson.IOAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
Syntax protected BsonWriterSettings(
GuidRepresentation guidRepresentation
)
Protected Sub New (
guidRepresentation As GuidRepresentation
)
new :
guidRepresentation : GuidRepresentation -> BsonWriterSettings
Parameters
- guidRepresentation
- Type: MongoDB.BsonGuidRepresentation
The representation for Guids.
See Also