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.
Returns the EntityType instance that holds all the changes (and original values) being tracked by this Delta.
Namespace: System.Web.Http.OData
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public TEntityType GetEntity()
public:
TEntityType GetEntity()
member GetEntity : unit -> 'TEntityType
Public Function GetEntity As TEntityType
Return Value
Type: TEntityType
The EntityType istance.
See Also
Delta<TEntityType> Class
System.Web.Http.OData Namespace
Return to top