MongoDomainManager<TData>.MongoContext.Collection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public MongoDB.Driver.MongoCollection<TData> Collection { get; set; }
member this.Collection : MongoDB.Driver.MongoCollection<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData)> with get, set
Public Property Collection As MongoCollection(Of TData)
Property Value
MongoDB.Driver.MongoCollection<TData>