collection<ID, OBJ> abstract method

DatabaseUniverseCollection<ID, OBJ> collection<ID, OBJ>()

Get a collection by its type.

You should use the generated extension methods instead. A collection User can be accessed with database_universe.users.

Implementation

DatabaseUniverseCollection<ID, OBJ> collection<ID, OBJ>();