Share via


UpdatedODataResult<T>(T) Constructor

Definition

Initializes a new instance of the UpdatedODataResult<T> class.

public UpdatedODataResult (T entity);
new Microsoft.AspNetCore.OData.Results.UpdatedODataResult<'T> : 'T -> Microsoft.AspNetCore.OData.Results.UpdatedODataResult<'T>
Public Sub New (entity As T)

Parameters

entity
T

The updated entity.

Applies to