Click or drag to resize

VelocityDbType Properties

The VelocityDbType type exposes the following members.

Properties
  NameDescription
Public propertyAllowOtherTypesOnSamePage
Objects can be stored more efficiently if all object types on the page share the same type. By default mixed types are allowed. Override this to return false for types that should not share pages with other types.
(Overrides OptimizedPersistableAllowOtherTypesOnSamePage.)
Public propertyType
Get the type of the schema managed class
Public propertyTypeName
Name of Type that this meta object is managing.
Public propertyTypeVersions
Initially one version exist, if class is modified and UpdateClass(Type) is called other versions can exist.
Top
See Also