CoreDb.FieldPos Method | |
Return the position of a field.
Namespace:
XSharp
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax STATIC METHOD FieldPos(
sFieldName AS STRING
) AS DWORD
public static uint FieldPos(
string sFieldName
)
Request Example
View SourceParameters
- sFieldName
- Type: String
Return Value
Type:
DWordSee Also