Click or drag to resize
XConnectionGetFieldDef Method (Int64)
Gets the field definition by field key.

Namespace:  Biolomics.BioCallback
Assembly:  Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public XFieldDef GetFieldDef(
	long p_FieldKey
)

Parameters

p_FieldKey
Type: SystemInt64
The field key.

Return Value

Type: XFieldDef
The field definition.
See Also