Table of Contents

Method GetKeys

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

GetKeys()

Gets the primary keys of the entity.

public abstract PrimaryKeys<TSource> GetKeys()

Returns

PrimaryKeys<TSource>

The primary keys of the entity.