MongoDomainManager<TData>.MongoContext.Collection Property

 

Namespace:   Microsoft.Azure.Mobile.Server
Assembly:  Microsoft.Azure.Mobile.Server.Mongo (in Microsoft.Azure.Mobile.Server.Mongo.dll)

Syntax

public MongoCollection<TData> Collection { get; set; }
public:
property MongoCollection<TData>^ Collection {
    MongoCollection<TData>^ get();
    void set(MongoCollection<TData>^ value);
}
member Collection : MongoCollection<'TData> with get, set
Public Property Collection As MongoCollection(Of TData)

Property Value

Type: MongoDB.Driver.MongoCollection<TData>

See Also

MongoDomainManager<TData>.MongoContext Class
Microsoft.Azure.Mobile.Server Namespace

Return to top