Method | Description | |
---|---|---|
Augment ( |
Augments the given configuration data set with the changes tracked since the version of the given configuration data set.
|
|
Close ( ) : void |
Closes the database connection.
|
|
Dispose ( ) : void |
Releases all the resources used by the DatabaseConfigurationLoader object.
|
|
Load ( ) : |
Loads the entire configuration data set from scratch.
|
|
Open ( ) : void |
Opens the database connection.
|
Method | Description | |
---|---|---|
AddVersion ( |
||
Execute ( Action |
||
ExecuteDataOperations ( ulong trackingVersion = ulong.MinValue ) : void | ||
ExtractSecurityContext ( ) : void | ||
GetChangedRecords ( string tableName, string primaryKeyColumn, ulong currentVersion ) : |
||
GetEntities ( ) : |
||
GetLatestVersion ( ulong currentVersion ) : ulong | ||
GetTrackedChanges ( ulong currentVersion ) : |
||
GetVersion ( |
||
LoadTable ( |
||
TrackedChangesAreValid ( ulong currentVersion ) : bool | ||
Update ( |
public Augment ( |
||
configuration | The configuration data set to be augmented. | |
return | void |