Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the entity that was updated.
Namespace: System.Web.OData.Results
Assembly: System.Web.OData (in System.Web.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.OData.Results Namespace
Return to top