ParameterDataService implements the data services for the Commons.Parameter 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 ParameterDataService()
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; }
Gets a collection of parameters with the specified names.
public IList GetParameters(params names)
Name | Type | Summary |
---|---|---|
names | String[] | A collection of parameter names to look for. |
In this document