_FieldNames Constructor | |
Construct a _FieldNames object.
Namespace:
XSharp
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.21
Syntax CONSTRUCTOR(
aFields AS IList<STRING>
)
public _FieldNames(
IList<string> aFields
)
Request Example
View SourceParameters
- aFields
- Type: IListString
See Also