Share via


EdmDeltaLinkBase Constructors

Definition

Overloads

EdmDeltaLinkBase(IEdmEntityTypeReference)

Initializes a new instance of the EdmDeltaLinkBase class.

EdmDeltaLinkBase(IEdmEntityType, Boolean)

Initializes a new instance of the EdmDeltaLinkBase class.

EdmDeltaLinkBase(IEdmEntityTypeReference)

Initializes a new instance of the EdmDeltaLinkBase class.

protected EdmDeltaLinkBase (Microsoft.OData.Edm.IEdmEntityTypeReference typeReference);
new Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLinkBase : Microsoft.OData.Edm.IEdmEntityTypeReference -> Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLinkBase
Protected Sub New (typeReference As IEdmEntityTypeReference)

Parameters

typeReference
IEdmEntityTypeReference

The given entity type reference.

Applies to

EdmDeltaLinkBase(IEdmEntityType, Boolean)

Initializes a new instance of the EdmDeltaLinkBase class.

protected EdmDeltaLinkBase (Microsoft.OData.Edm.IEdmEntityType entityType, bool isNullable);
new Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLinkBase : Microsoft.OData.Edm.IEdmEntityType * bool -> Microsoft.AspNetCore.OData.Formatter.Value.EdmDeltaLinkBase
Protected Sub New (entityType As IEdmEntityType, isNullable As Boolean)

Parameters

entityType
IEdmEntityType

The given entity type.

isNullable
Boolean

Nullable or not.

Applies to