XFieldDefMapGetFieldByDBName Method |
Gets the field by the name of the field in database.
Namespace:
Biolomics.BioCallback
Assembly:
Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public XFieldDef GetFieldByDBName(
string p_SqlName,
long p_TableKey
)
Public Function GetFieldByDBName (
p_SqlName As String,
p_TableKey As Long
) As XFieldDef
Parameters
- p_SqlName
- Type: SystemString
The field Sql name. - p_TableKey
- Type: SystemInt64
The table key.
Return Value
Type:
XFieldDefThe field.
See Also