NavigationPropertyInfo Namespace
Contains utilities for working with objects of NavigationPropertyInfo type.
Function
| Name | Description |
|---|---|
| NavigationPropertyInfo.fromCompressedJSON | Deserialize NavigationPropertyInfo from compressed JSON |
| NavigationPropertyInfo.toCompressedJSON | Serialize NavigationPropertyInfo to compressed JSON |
Defined in
NavigationPropertyInfo Interface
A data structure for storing navigation property information.
Properties
| Name | Type | Description | |
|---|---|---|---|
| classInfo | ClassInfo | Information about ECProperty's relationship class | |
| isForwardRelationship | boolean | Is the direction of the relationship forward | |
| isTargetPolymorphic | boolean | Is ECProperty's target class polymorphic | |
| targetClassInfo | ClassInfo | Information about ECProperty's target class |
Defined in
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.