XConnectionGetFieldByUserNameEng Method |
Gets the field by user name eng.
Namespace:
Biolomics.BioCallback
Assembly:
Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public XFieldDef GetFieldByUserNameEng(
string p_FieldUserNameEng,
long p_TableKey
)
Public Function GetFieldByUserNameEng (
p_FieldUserNameEng As String,
p_TableKey As Long
) As XFieldDef
Parameters
- p_FieldUserNameEng
- Type: SystemString
Field user name english. - p_TableKey
- Type: SystemInt64
The table key.
Return Value
Type:
XFieldDefThe field definition.
See Also