Share via


Delta<TEntityType>.GetEntity Method ()

 

Returns the EntityType instance that holds all the changes (and original values) being tracked by this Delta.

Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public TEntityType GetEntity()
public:
TEntityType GetEntity()
member GetEntity : unit -> 'TEntityType
Public Function GetEntity As TEntityType

Return Value

Type: TEntityType

See Also

Delta<TEntityType> Class
System.Web.OData Namespace

Return to top