LinkDescriptor Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
represents the association between two entities
public sealed class LinkDescriptor : Microsoft.OData.Client.Descriptor
type LinkDescriptor = class
inherit Descriptor
Public NotInheritable Class LinkDescriptor
Inherits Descriptor
- Inheritance
Properties
Source |
A source entity in a link returned by a DataServiceResponse. |
SourceProperty |
The identifier property of the source entity in a link returned by a DataServiceResponse. |
State |
When overridden in a derived class, gets the state of the object at the time this instance was constructed. (Inherited from Descriptor) |
Target |
The source entity in a link returned by a DataServiceResponse. |