DBCreator.GetFieldNames

Description

Fetch the field names from the datasource

Syntax

Function GetFieldNames( hints )

Parameters

variant hints - hint string or a boolean (optional)

boolean   - false (default) to fetch ids instead of names

string "id" - to fetch ids instead of names

string "name" - to fetch names instead of ids

string "selected" - fetch selected

Return Values

array - the field names

See also

DB Object

DBCreator.GetFieldType