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
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.5.0+57.Branch.master.Sha.6a4e00a2d91090c65a9b11364b9ebfdb9c7da076
Syntax
C#
VB
F#
Copy
void
Close
()
Sub
Close
abstract
Close
:
unit
->
unit
See Also
Reference
IBsonReader Interface
MongoDB.Bson.IO Namespace
Copyright © 2010-2015 MongoDB Inc.
Send comments on this topic to
MongoDB