ODataSchemaAssociation Type
An object representing a single OData schema navigation property and its corresponding association.
Remarks
An object representing a single OData schema navigation property and its corresponding association.
Fields
Description String |
The documentation long description of the OData schema association. | ||||||
FromRole String |
The name of the starting point of the navigation. | ||||||
FromRoleDescription String |
The documentation long description of the OData schema FromRole association end point. | ||||||
FromRoleEntity String |
The name of the entity that FromRole association end point maps to. | ||||||
FromRoleMultiplicity AssociationMultiplicities |
The multiplicity of the FromRole association end point. This is used along with ToRoleMultiplicity to determine the cardinality of the relationship (i.e. one-to-one or one-to-many). The available values are:
| ||||||
FromRoleSummary String |
The documentation summary of the OData schema FromRole association end point. | ||||||
Name String |
The Name of the OData schema navigation property. | ||||||
OnDelete AssociationDeleteActions |
The delete action to be performed. Available values are:
| ||||||
Relationship String |
The name of the relationship (association) of the navigation property. | ||||||
Summary String |
The documentation summary of the OData schema association. | ||||||
ToRole String |
The name of the end point of the navigation. | ||||||
ToRoleDescription String |
The documentation long description of the OData schema ToRole association end point. | ||||||
ToRoleEntity String |
The name of the entity that ToRole association end point maps to. | ||||||
ToRoleMultiplicity AssociationMultiplicities |
The multiplicity of the ToRole association end point. This is used along with FromRoleMultiplicity to determine the cardinality of the relationship (i.e. one-to-one or one-to-many). The available values are:
| ||||||
ToRoleSummary String |
The documentation summary of the OData schema ToRole association end point. |
Constructors
[VB.NET] Public ODataSchemaAssociation() [C#] public ODataSchemaAssociation();