Checks if a given type already registered within database
- type (Type)
- The type to check
true, if the type is present in the current database.
if (!db.IsTypeRegistered(typeof(Book))) { db.RegisterType(typeof(Book)); }
if (!db.IsTypeRegistered(typeof(Book))) { db.RegisterType(typeof(Book)); }