CreatedODataResult<T>(T) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.