Provides data services for the a multi-tenant parameter table.
Default constructor
public Void ParameterDataServices()
The alias for the underlaying table.
public String Alias { get; set; }
A collection of Fields that defines the table columns.
public IDictionary<String, Field> Fields { get; set; }
The name of the underlaying table.
public String Table { get; set; }
In this document