CoreDb.FieldName Method | |
Return the name of a field as a string.
Namespace:
XSharp
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax STATIC METHOD FieldName(
nPos AS DWORD
) AS STRING
public static string FieldName(
uint nPos
)
Request Example
View SourceParameters
- nPos
- Type: DWord
The 1 based position of the field in the database file structure for the current work area.
Return Value
Type:
StringSee Also