EdmCoreModel.GetEntityType Method
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
| 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.