public static IEnumerable <StoreDictionary> Get(string collection, StoreList columns, StoreDictionary where, int limit) { return(platform.Get(collection, columns, where, limit)); }
public static bool CreateCollection(string name, StoreList columns) { return(platform.CreateCollection(name, columns)); }