Adds the tables and fields corresponding to the indicated table and its links.
In addition, the UseSettingsToEvaluate property is activated to use the settings in the case of evaluating the expression
void AddAllFields(
string table,
bool userSecurity = true,
bool expressionFields = true
)
Sub AddAllFields (
table As String,
Optional userSecurity As Boolean = true,
Optional expressionFields As Boolean = true
)