ODataEntityReferenceLinkBase(ODataEntityReferenceLink) 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 ODataEntityReferenceLinkBase.
public ODataEntityReferenceLinkBase (Microsoft.OData.ODataEntityReferenceLink item);
new Microsoft.AspNet.OData.Formatter.Deserialization.ODataEntityReferenceLinkBase : Microsoft.OData.ODataEntityReferenceLink -> Microsoft.AspNet.OData.Formatter.Deserialization.ODataEntityReferenceLinkBase
Public Sub New (item As ODataEntityReferenceLink)
Parameters
The wrapped item.