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)

public:
property Type^ EntityType {
	virtual Type^ get() override;
}

Property Value

Type: System::Type^

The actual type of the entity for which the changes are tracked.

Return to top
Show: