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
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
SkipValue Method
Skips the value (reader must be positioned on a value).
Namespace:
MongoDB.Bson.IO
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
Syntax
C#
VB
F#
Copy
void
SkipValue
()
Sub
SkipValue
abstract
SkipValue
:
unit
->
unit
See Also
Reference
IBsonReader Interface
MongoDB.Bson.IO Namespace
Copyright © 2010-2015 MongoDB Inc.
Send comments on this topic to
MongoDB