Returns the {0} with only the specified {1}. {0}: The provided table. {1}: The list of columns from the table {0} to return. ...

Returns the {0} with only the specified {1}.
    
  • {0}: The provided table.
  • {1}: The list of columns from the table {0} to return. Columns in the returned table are in the order listed in {1}.
  • {2}: (Optional) What to do if the columnn does not exist. Example: MissingField.UseNull or MissingField.Ignore.