Table of Contents

Method Create

Namespace
Innova.Data.Entity
Assembly
Innova.Data.dll

Create()

Creates a new instance of the entity.

T Create()

Returns

T

The created entity.

Create(IPropertyValues)

Creates a new instance of the entity with the specified property values.

T Create(IPropertyValues propertyValues)

Parameters

propertyValues IPropertyValues

The property values to set on the entity.

Returns

T

The created entity.

Create(IPrimaryKey)

Creates a new instance of the entity with the specified primary keys.

T Create(IPrimaryKey primaryKeys)

Parameters

primaryKeys IPrimaryKey

The primary keys to set on the entity.

Returns

T

The created entity.