Table of Contents

Method ValidatePrimaryKeysAndCreateEntity

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

ValidatePrimaryKeysAndCreateEntity(IPrimaryKey)

Validates the primary keys and creates an entity based on the provided primary keys.

protected T ValidatePrimaryKeysAndCreateEntity(IPrimaryKey primaryKeys)

Parameters

primaryKeys IPrimaryKey

The primary keys of the entity.

Returns

T

The created entity.