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.
Namespace: System.Web.OData
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public override Type EntityType { get; }
public:
property Type^ EntityType {
virtual Type^ get() override;
}
override EntityType : Type with get
Public Overrides ReadOnly Property EntityType As Type
Property Value
Type: System.Type
See Also
Delta<TEntityType> Class
System.Web.OData Namespace
Return to top