Fields Property
Description
A list of all fields in the specified table.
Property type
Read-only property
Syntax
Visual Basic
Public Property Fields( _
   Optional ByVal TableName As String = "" _
) As List
Parameters
TableName
The name of the database table.
Remarks
If an empty string is passed as TableName, returns a list of the fields in all tables.
See Also