Method Create
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
IPropertyValuesThe 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
IPrimaryKeyThe primary keys to set on the entity.
Returns
- T
The created entity.