Click or drag to resize
XTableDefMapGetKeyForItem Method
When implemented in a derived class, extracts the key from the specified element.

Namespace:  Biolomics.BioCallback
Assembly:  Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected override long GetKeyForItem(
	XTableDef item
)

Parameters

item
Type: Biolomics.BioCallbackXTableDef
The element from which to extract the key.

Return Value

Type: Int64
The key for the specified element.
See Also