TypedDelta.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 MustOverride ReadOnly Property EntityType As Type
Get
'Usage
Dim instance As TypedDelta
Dim value As Type
value = instance.EntityType
public abstract Type EntityType { get; }
public:
virtual property Type^ EntityType {
Type^ get () abstract;
}
abstract EntityType : Type
abstract function get EntityType () : Type
Property Value
Type: System.Type