
Find all fields in the specified table.
public sealed IList<IField> GetAllFieldsForTable(ITable table);
Return Value
A list of Field objects that contains all fields belonging to the specified table.
Parameters
table
The table the fields belong to.
Find all fields in the specified table.
public sealed IList<IField> GetAllFieldsForTable(ITable table);
A list of Field objects that contains all fields belonging to the specified table.
table
The table the fields belong to.