BSONDocument Constructor NFX Class Library

[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
Public methodBSONDocument 
Create an empty document
Public methodBSONDocument(Stream)
Deserializes BSON document from stream containing BSON-encoded data
Public methodBSONDocument(String, Boolean,  TemplateArg )
Creates an instance of the document from JSON template with parameters populated from args optionally caching the template internal representation. Do not cache templates that change often
Back to Top
See Also