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.
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 abstract Type EntityType { get; }
public:
property Type^ EntityType {
virtual Type^ get() abstract;
}
abstract EntityType : Type with get
Public MustOverride ReadOnly Property EntityType As Type
Property Value
Type: System.Type
See Also
TypedDelta Class
System.Web.Http.OData Namespace
Return to top