Click or drag to resize
SyncWithDatabaseTask Constructor
Initializes a new instance of the SyncWithDatabaseTask class.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Synchronization
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public SyncWithDatabaseTask(
	string driverID,
	Dictionary<string, List<DBSchemaElementNameContainer>> elementsToRetrieveFromProject
)

Parameters

driverID
Type: SystemString
The driver identifier.
elementsToRetrieveFromProject
Type: System.Collections.GenericDictionaryString, ListDBSchemaElementNameContainer
The selected elements to retrieve. Key is catalog name, Value is list of containers, one per schema, with the names of elements in the schemas which metadata to obtain, as selected by the user.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException
See Also