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
)
Public Function GetFieldDef (
p_FieldKey As Long
) As XFieldDef
Parameters
- p_FieldKey
- Type: SystemInt64
The field key.
Return Value
Type:
XFieldDefThe field definition.
See Also