Share via


TmpSysTableField::findTableFields Method

Populates a TmpSysTableField record with applicable table fields for a given table.

Syntax

client public static TmpSysTableField findTableFields(
    TmpSysTableField _tmpSysTableField, 
    TableId _tableId, 
   [Query query, 
    Set _restrictedTypes])

Run On

Client

Parameters

  • query
    Type: Query Class
    An optional Query object to pass in used for cross company situation.
  • _restrictedTypes
    Type: Set Class
    An optional Set object to pass in to specify restricted types to limit the field list by.

Return Value

Type: TmpSysTableField Table
A TmpSysTableField buffer that contains the records.

See Also

Reference

TmpSysTableField Table