The EntityType type exposes the following members.

Properties

  NameDescription
AssociatedClass
ForeignKeyDirection
When implemented by a class, gets the type of foreign key directionality of this association.
HasNiceEquals
IsAlwaysDirtyChecked
IsAnyType
Gets a value indicating if the implementation is an "object" type
(Inherited from AbstractType.)
IsAssociationType
IsCollectionType
Gets a value indicating if the AbstractType is a CollectionType.
(Inherited from AbstractType.)
IsComponentType
Gets a value indicating if the AbstractType is an IAbstractComponentType.
(Inherited from AbstractType.)
IsEntityType (Overrides AbstractType..::.IsEntityType.)
IsMutable
IsNullable
IsOneToOne
IsReferenceToPrimaryKey
IsUniqueKeyReference
LHSPropertyName
Name (Overrides AbstractType..::.Name.)
ReturnedClass (Overrides AbstractType..::.ReturnedClass.)
RHSUniqueKeyPropertyName
UseLHSPrimaryKey
Is the foreign key the primary key of the table?

See Also