|
| Name | Description |
|---|
.gif) | Associations | Gets an enumeration of all the associations. |
.gif) | CanInstantiate | Gets whether the underlying type can be instantiated as the result of a query. |
.gif) | DataMembers | Gets an enumeration of all the data members (fields and properties). |
.gif) | DBGeneratedIdentityMember | Gets the member that represents the auto-generated identity column. |
.gif) | DerivedTypes | Gets an enumeration of the immediate derived types in an inheritance hierarchy. |
.gif) | Discriminator | Gets the member that represents the inheritance discriminator column. |
.gif) | HasAnyLoadMethod | Gets a value that indicates whether the current MetaType or any of its bases types has an OnLoaded method. |
.gif) | HasAnyValidateMethod | Gets a value that indicates whether the MetaType or any of its bases types has an OnValidate method. |
.gif) | HasInheritance | Gets a value indicating whether the type is part of a mapped inheritance hierarchy. |
.gif) | HasInheritanceCode | Gets a value indicating whether this type defines an inheritance code. |
.gif) | HasUpdateCheck | Gets a value indicating whether the type has any persistent member that may require a test for optimistic concurrency conflicts. |
.gif) | IdentityMembers | Gets an enumeration of all the data members that define the unique identity of the type. |
.gif) | InheritanceBase | Gets the base meta-type in the inheritance hierarchy. |
.gif) | InheritanceCode | Gets a value indicating whether this type defines an inheritance code. |
.gif) | InheritanceDefault | Gets a value indicating whether this type is used as the default of an inheritance hierarchy. |
.gif) | InheritanceRoot | Gets the root type of the inheritance hierarchy. |
.gif) | InheritanceTypes | Gets a collection of all types that are defined by an inheritance hierarchy. |
.gif) | IsEntity | Gets a value indicating whether the MetaType is an entity type. |
.gif) | IsInheritanceDefault | Gets a value indicating whether this type is used as the default of an inheritance hierarchy. |
.gif) | Model | Gets the MetaModel that contains this MetaType. |
.gif) | Name | Gets the name of the MetaType. |
.gif) | OnLoadedMethod | Gets information about the OnLoaded method contained by this meta-type. |
.gif) | OnValidateMethod | Gets information about the OnValidate method contained by this meta-type. |
.gif) | PersistentDataMembers | Gets a collection of all the persistent data members. |
.gif) | Table | Gets the MetaTable that uses this MetaType for row definition. |
.gif) | Type | Gets the underlying common language runtime (CLR) type. |
.gif) | VersionMember | Gets a row-version or timestamp column for this MetaType. |