Click or drag to resize
XConnectionGetFieldDef Method (Int64, String)
Gets the field definition by field Sql name.

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_TableKey,
	string p_SqlName
)

Parameters

p_TableKey
Type: SystemInt64
The table key.
p_SqlName
Type: SystemString
The Sql name.

Return Value

Type: XFieldDef
The field definition.
See Also