Language

EdmCoreModel.GetEntityType Method

Definition

Overloads

Name Description
GetEntityType()

Gets Edm.EntityType type.

GetEntityType(Boolean)

Gets a reference to the Edm.EntityType type definition.

GetEntityType()

Gets Edm.EntityType type.

public Microsoft.OData.Edm.IEdmEntityType GetEntityType();
member this.GetEntityType : unit -> Microsoft.OData.Edm.IEdmEntityType
Public Function GetEntityType () As IEdmEntityType

Returns

IEdmEntityType type definition.

Applies to

GetEntityType(Boolean)

Gets a reference to the Edm.EntityType type definition.

public Microsoft.OData.Edm.IEdmEntityTypeReference GetEntityType(bool isNullable);
member this.GetEntityType : bool -> Microsoft.OData.Edm.IEdmEntityTypeReference
Public Function GetEntityType (isNullable As Boolean) As IEdmEntityTypeReference

Parameters

isNullable
Boolean

Flag specifying if the referenced type should be nullable.

Returns

A new Edm.EntityType type reference.

Applies to