CoreDb.FieldName 方法 | |
Return the name of a field as a string.
命名空间:
XSharp
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 STATIC METHOD FieldName(
nPos AS DWORD
) AS STRING
public static string FieldName(
uint nPos
)
查看代码参数
- nPos
- 类型:UInt32
The 1 based position of the field in the database file structure for the current work area.
返回值
类型:
String参见