Share via


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

'Declaration
Public Overrides ReadOnly Property EntityType As Type 
    Get
'Usage
Dim instance As Delta 
Dim value As Type 

value = instance.EntityType
public override Type EntityType { get; }
public:
virtual property Type^ EntityType {
    Type^ get () override;
}
abstract EntityType : Type 
override EntityType : Type
override function get EntityType () : Type

Property Value

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

See Also

Reference

Delta<TEntityType> Class

System.Web.Http.OData Namespace