SyncWithDatabaseTask Constructor |
Namespace:
SD.LLBLGen.Pro.ApplicationCore.Synchronization
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax public SyncWithDatabaseTask(
string driverID,
Dictionary<string, List<DBSchemaElementNameContainer>> elementsToRetrieveFromProject
)
Public Sub New (
driverID As String,
elementsToRetrieveFromProject As Dictionary(Of String, List(Of DBSchemaElementNameContainer))
)
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 See Also