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