IPrimaryKey<TPrimaryKey>
The IPrimaryKey<TPrimaryKey> interface defines a contract for objects that represent or can return their primary key.
Methods
| Name | Description |
|---|---|
| GetPrimaryKey() | Retrieves the primary key associated with the object. |
Generic Types
| Name | Description |
|---|---|
| TPrimaryKey | The type of the primary key. |