[ROOT] / doc / toc / ARCCore / Class / IKLong
A more memory efficient alternative to IKString.
In general it is preferred in AgoRapide to have integers as primary keys, in order for this class (IKLong) to be used for IK.
(see for instance how TryParse and TryParseDtr choose this class if possible).
See IKString for documentation.
Note that in contrast to IKString, this class does not offer any cache.
Use cached IKString instead (FromCache) for values that you know are limited in range.
EnrichKey | 'Implementing' ITypeDescriber. |
op_Equality | It is quite natural in the code to write code like "if (a.CustomerId == b.CustomerId)", therefore the need to implement == and != operators here. |
Generated 2024-11-14 04:18:54.243 UTC