-
Method Summary
The entity type this property links to.
Get the inverse of this NavigationProperty.
boolean
flag indicating this navigation property is a Set.
-
Method Details
-
getEntityType
The entity type this property links to.
- Returns:
- The entity type this property links to.
-
isEntitySet
boolean isEntitySet()
flag indicating this navigation property is a Set.
- Returns:
- true if this navigation property is a Set.
-
getInverse
Get the inverse of this NavigationProperty.
- Returns:
- The inverse of this NavigationProperty, or null if no inverse
exists.