TableNumeratorDataService implements the data services for the Commons.Numerator table.
This service does not have any configuration for the required services for it to work.
All required services like the CommandBuilder and DataModelCommandBuilder must be configured by a DataServiceOptions<TableNumeratorDataService> configuration within the dependency injection service collection.
Default constructor
public Void TableNumeratorDataService()
The alias for the underlaying table.
public String Alias { get; set; }
A dictionary of field configuration for the underlaying table.
public IDictionary<String, Field> Fields { get; set; }
The name of the underlaying table.
public String Table { get; set; }
In this document