Table of Contents

Property RawValues

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

RawValues

Gets the array elements as raw values (see BsonValue.RawValue).

[Obsolete("Use ToArray to ToList instead.")]
public virtual IEnumerable<object> RawValues { get; }

Property Value

IEnumerable<object>