EdmDeltaLink Constructors
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.
Overloads
EdmDeltaLink(IEdmEntityType) |
Initializes a new instance of the EdmDeltaLink class. |
EdmDeltaLink(IEdmEntityTypeReference) |
Initializes a new instance of the EdmDeltaLink class. |
EdmDeltaLink(IEdmEntityType, Boolean) |
Initializes a new instance of the EdmDeltaLink class. |
EdmDeltaLink(IEdmEntityType)
Initializes a new instance of the EdmDeltaLink class.
public EdmDeltaLink (Microsoft.OData.Edm.IEdmEntityType entityType);
new Microsoft.AspNet.OData.EdmDeltaLink : Microsoft.OData.Edm.IEdmEntityType -> Microsoft.AspNet.OData.EdmDeltaLink
Public Sub New (entityType As IEdmEntityType)
Parameters
- entityType
- IEdmEntityType
The IEdmEntityType of this DeltaLink.
Applies to
EdmDeltaLink(IEdmEntityTypeReference)
Initializes a new instance of the EdmDeltaLink class.
public EdmDeltaLink (Microsoft.OData.Edm.IEdmEntityTypeReference entityTypeReference);
new Microsoft.AspNet.OData.EdmDeltaLink : Microsoft.OData.Edm.IEdmEntityTypeReference -> Microsoft.AspNet.OData.EdmDeltaLink
Public Sub New (entityTypeReference As IEdmEntityTypeReference)
Parameters
- entityTypeReference
- IEdmEntityTypeReference
The IEdmEntityTypeReference of this DeltaLink.
Applies to
EdmDeltaLink(IEdmEntityType, Boolean)
Initializes a new instance of the EdmDeltaLink class.
public EdmDeltaLink (Microsoft.OData.Edm.IEdmEntityType entityType, bool isNullable);
new Microsoft.AspNet.OData.EdmDeltaLink : Microsoft.OData.Edm.IEdmEntityType * bool -> Microsoft.AspNet.OData.EdmDeltaLink
Public Sub New (entityType As IEdmEntityType, isNullable As Boolean)
Parameters
- entityType
- IEdmEntityType
The IEdmEntityType of this DeltaLink.
- isNullable
- Boolean
true if this object can be nullable; otherwise, false.