Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the IEdmEntityType of this entity instance.
Namespace: System.Web.Http.OData
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public IEdmEntityType EntityType {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property IEdmEntityType^ EntityType {
[CompilerGeneratedAttribute]
IEdmEntityType^ get();
[CompilerGeneratedAttribute]
void set(IEdmEntityType^ value);
}
member EntityType : IEdmEntityType with get, set
Public Property EntityType As IEdmEntityType
Property Value
Type: Microsoft.Data.Edm.IEdmEntityType
See Also
EntityInstanceContext Class
System.Web.Http.OData Namespace
Return to top