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

AddComplexType() public method

public AddComplexType ( string collectionName ) : System.Data.Services.Providers.ResourceType
collectionName string
return System.Data.Services.Providers.ResourceType
        public ResourceType AddComplexType(string collectionName)
        {
            return this.dspMetadata.AddComplexType(collectionName);
        }