Delta<TEntityType>.EntityType Property
Gets the actual type of the entity for which the changes are tracked.
Namespace: System.Web.Http.OData
Assembly: System.Web.Http.OData (in System.Web.Http.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
The actual type of the entity for which the changes are tracked.
See Also
Delta<TEntityType> Class
System.Web.Http.OData Namespace
Return to top