Property Fields
Fields
List of table columns (fields) to get. To include a count, add a "COUNT(*)" field.
public string[] Fields { get; set; }
Property Value
- string[]
List of table columns (fields) to get. To include a count, add a "COUNT(*)" field.
public string[] Fields { get; set; }