MongoDB .NET Driver API Documentation
MongoDB .NET Driver API Documentation
Namespaces
MongoDB.Bson.IO
IBsonReader Interface
IBsonReader Methods
Close Method
GetBookmark Method
GetCurrentBsonType Method
IsAtEndOfFile Method
PopSettings Method
PushSettings Method
ReadBinaryData Method
ReadBoolean Method
ReadBsonType Method
ReadBytes Method
ReadDateTime Method
ReadDecimal128 Method
ReadDouble Method
ReadEndArray Method
ReadEndDocument Method
ReadInt32 Method
ReadInt64 Method
ReadJavaScript Method
ReadJavaScriptWithScope Method
ReadMaxKey Method
ReadMinKey Method
ReadName Method
ReadNull Method
ReadObjectId Method
ReadRawBsonArray Method
ReadRawBsonDocument Method
ReadRegularExpression Method
ReadStartArray Method
ReadStartDocument Method
ReadString Method
ReadSymbol Method
ReadTimestamp Method
ReadUndefined Method
ReturnToBookmark Method
SkipName Method
SkipValue Method
IBsonReader
Close Method
Closes the reader.
Namespace:
MongoDB.Bson.IO
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax
C#
VB
F#
Copy
void
Close
()
Sub
Close
abstract
Close
:
unit
->
unit
See Also
Reference
IBsonReader Interface
MongoDB.Bson.IO Namespace
Copyright © 2010–present MongoDB Inc.
Send comments on this topic to
MongoDB