Share via


CreatedODataResult<T>(T) Constructor

Definition

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

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

Parameters

entity
T

The created entity.

Applies to