Provides data services for the Migrations.ScriptHistory 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<ScriptHistoryDataService>
configuration within the dependency injection service collection.
Default constructor
public Void ScriptHistoryDataService()
Gets an 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; }
Gets the underlaying table name.
public String Table { get; set; }
Gets the configuation of the database table.
public Table GetConfiguration()
In this document