Persistate API documentation
GetKey Method (keyNum)
NamespacesPersistatePersistentGetKey(Int32)

[This is preliminary documentation and is subject to change.]

Gets the value of the distinctive property with a particular key number.
Declaration Syntax
C#
public virtual Object GetKey(
	int keyNum
)
Parameters
keyNum (Int32)
The key number to return the value for.
Return Value
Null in this class.
Remarks
This will be overridden in every generated class which contains distinctive members. These key numbers are also generated as integer constants for each of the properties. This method is used by IndexedList<(Of <(<'T>)>)> to create it's indexes.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)