Hi,
I need to store a few versions of a short list.
For this purpose I want to use a multi-dimensional array.
The first dimension is related to the version number.
The second dimension is related to the list index.
Is there a mapping in NHibernate to store a multi- (or at least 2-)dimensional array?
Thanks in advance,
Mick
B.t.w. Because there are not too much elements, I read all elements into a helper property and fill the elements into the array by myself (at the position which is determined by the "versionNumber" property and the "index" property).
|