Class DatabaseCopyParent
Inheritance
DatabaseCopyParent
Assembly: SoDataBase.dll
Syntax
public class DatabaseCopyParent : Object
Constructors
DatabaseCopyParent(DatabaseManagement, DatabaseManagement, OnStartOfTable, OnProcessRow, OnEndOfTable)
Declaration
public DatabaseCopyParent(DatabaseManagement source, DatabaseManagement destination, OnStartOfTable onStart, OnProcessRow onProcess, OnEndOfTable onEnd)
Parameters
Fields
TravelLogCategory
Declaration
public const string TravelLogCategory = "Travel"
Field Value
Properties
Destination
Declaration
protected DatabaseManagement Destination { get; }
Property Value
Type |
Description |
DatabaseManagement |
|
Model
Declaration
protected DatabaseModel Model { get; }
Property Value
Type |
Description |
DatabaseModel |
|
Source
Declaration
protected DatabaseManagement Source { get; }
Property Value
Type |
Description |
DatabaseManagement |
|
TablesToCopy
List of tables to copy; also specifies the order of copying
Declaration
protected List<string> TablesToCopy { get; }
Property Value
Methods
Run(Boolean)
Declaration
public void Run(bool createIndexes = true)
Parameters
Type |
Name |
Description |
Boolean |
createIndexes |
|
Extension Methods