NavigationProperty Properties Breeze.sharp

The NavigationProperty type exposes the following members.

Properties

  Name Description
Public property AssociationName
The name of the association to which that this property belongs. This associationName will be shared with this properties 'Inverse', if it exists.
Public property ClrType
The CLR type, possibly enumerable, returned by this property.
(Overrides StructuralPropertyClrType.)
Public property Custom (Inherited from StructuralProperty.)
Public property DisplayName (Inherited from StructuralProperty.)
Public property EntityType
The EntityType returned by this property.
Public 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.
Public property ForeignKeyProperties
Public property Inverse
The inverse of this NavigationProperty. The NavigationProperty that represents a navigation in the opposite direction to this NavigationProperty.
Public property InvForeignKeyNames
Public property InvForeignKeyProperties
Public property IsDataProperty (Overrides StructuralPropertyIsDataProperty.)
Public property IsInherited (Inherited from StructuralProperty.)
Public property IsNavigationProperty (Overrides StructuralPropertyIsNavigationProperty.)
Public property IsScalar (Inherited from StructuralProperty.)
Public property IsUnmapped (Inherited from StructuralProperty.)
Public property MetadataStore (Inherited from StructuralProperty.)
Public property Name (Inherited from StructuralProperty.)
Public property NameOnServer (Inherited from StructuralProperty.)
Public property ParentType (Inherited from StructuralProperty.)
Public property 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.
Public property Validators (Inherited from StructuralProperty.)
Top
See Also

Reference