Mongo.Context.MongoMetadataCache.AddResourceSet C# (CSharp) Method

AddResourceSet() public method

public AddResourceSet ( string collectionName, System.Data.Services.Providers.ResourceType resourceType ) : void
collectionName string
resourceType System.Data.Services.Providers.ResourceType
return void
        public void AddResourceSet(string collectionName, ResourceType resourceType)
        {
            this.dspMetadata.AddResourceSet(collectionName, resourceType);
        }