MongoDomainManager<TData>.MongoContext.Collection Property

Definition

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>

Applies to