WritingEntityReferenceLinkArgs Constructor
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.
Initializes a new instance of the WritingEntityReferenceLinkArgs class.
public WritingEntityReferenceLinkArgs (Microsoft.OData.ODataEntityReferenceLink entityReferenceLink, object source, object target);
new Microsoft.OData.Client.WritingEntityReferenceLinkArgs : Microsoft.OData.ODataEntityReferenceLink * obj * obj -> Microsoft.OData.Client.WritingEntityReferenceLinkArgs
Public Sub New (entityReferenceLink As ODataEntityReferenceLink, source As Object, target As Object)
Parameters
- entityReferenceLink
- ODataEntityReferenceLink
The entity reference link.
- source
- Object
The source.
- target
- Object
The target.