UpdatedODataResult<T>.Entity Property
Gets the entity that was updated.
Namespace: System.Web.Http.OData.Results
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public T Entity { get; }
public:
property T Entity {
T get();
}
member Entity : 'T with get
Public ReadOnly Property Entity As T
Property Value
Type: T
See Also
UpdatedODataResult<T> Class
System.Web.Http.OData.Results Namespace
Return to top