[ROOT] / doc / toc / ARCCore / Class / IKIP / __TOCDet
| Key | Value | 
|---|---|
| Assembly | ARCCore | 
| DocFragType | Class | 
| Name | IKIP | 
| Namespace | ARCCore | 
| Type | IKIP | 
ClassAttribute
| Key | Value | 
|---|---|
| AssemblyName | ARCCore | 
| ClassNamespace | ARCCore | 
| ClassType | IKIP | 
Container class for key (IK), and value (IP).
The key could for instance be '42' and the value a Customer object, meaning that the Customer object has a primary key with value '42.
Note that entities in AgoRapide do not contain their own identities (their primary keys).
For instance, a Customer-object will not contain the field CustomerId.
This is in order to preserve memory because entities are always stored in a collection with a key, and that key is the primary key.
In other words, also storing it within the object would be to store a duplicate (at least a duplicate pointer) and thus use excessive memory.
Generated 2025-10-31 23:45:54.946 UTC