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