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
)
Public Function GetFieldDef (
p_TableKey As Long,
p_SqlName As String
) As XFieldDef
Parameters
- p_TableKey
- Type: SystemInt64
The table key. - p_SqlName
- Type: SystemString
The Sql name.
Return Value
Type:
XFieldDefThe field definition.
See Also