klyn.data.SchemaManager.drop
method
public drop(entityType as Type) as Void:
Description

Drops the physical structure represented by one mapped entity.

Parameters
ParameterDescription
entityTypeMapped entity type literal.
Throws
  • EntityMappingException when the type is not in the factory model.
Example
schema.drop(User.type)