Click or drag to resize
XConnection. GetFieldByUserName Method
Gets the field definition by user name.

Namespace:  Biolomics.BioCallback
Assembly:  Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Public Function GetFieldByUserName ( 
	p_FieldUserName As String,
	p_TableKey As Long
) As XFieldDef

Parameters

p_FieldUserName
Type: System.String
Field user name.
p_TableKey
Type: System.Int64
The table key.

Return Value

Type: XFieldDef
The field definition.
See Also