Table of Contents

Method IsPrimaryKeysValid

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

IsPrimaryKeysValid(IPrimaryKey)

Checks if the primary keys of the specified entity are valid.

bool IsPrimaryKeysValid(IPrimaryKey primaryKeys)

Parameters

primaryKeys IPrimaryKey

The primary keys to check.

Returns

bool

true if the primary keys are valid; otherwise, false.