The NavigationProperty type exposes the following members.
Properties
Name | Description | |
---|---|---|
AssociationName |
The name of the association to which that this property belongs.
This associationName will be shared with this properties 'Inverse', if it exists.
|
|
ClrType |
The CLR type, possibly enumerable, returned by this property.
(Overrides StructuralPropertyClrType.) |
|
Custom | (Inherited from StructuralProperty.) | |
DisplayName | (Inherited from StructuralProperty.) | |
EntityType |
The EntityType returned by this property.
|
|
ForeignKeyNames |
The client side names of the foreign key DataProperties associated with this NavigationProperty.
There will usually only be a single DataProperty associated with a Navigation property
except in the case of entities with multipart keys.
|
|
ForeignKeyProperties | ||
Inverse |
The inverse of this NavigationProperty. The NavigationProperty that
represents a navigation in the opposite direction to this NavigationProperty.
|
|
InvForeignKeyNames | ||
InvForeignKeyProperties | ||
IsDataProperty | (Overrides StructuralPropertyIsDataProperty.) | |
IsInherited | (Inherited from StructuralProperty.) | |
IsNavigationProperty | (Overrides StructuralPropertyIsNavigationProperty.) | |
IsScalar | (Inherited from StructuralProperty.) | |
IsUnmapped | (Inherited from StructuralProperty.) | |
MetadataStore | (Inherited from StructuralProperty.) | |
Name | (Inherited from StructuralProperty.) | |
NameOnServer | (Inherited from StructuralProperty.) | |
ParentType | (Inherited from StructuralProperty.) | |
RelatedDataProperties |
The 'foreign key' DataProperties associated with this NavigationProperty.
There will usually only be a single DataProperty associated with a Navigation property
except in the case of entities with multipart keys.
|
|
Validators | (Inherited from StructuralProperty.) |
See Also