SyncWithDatabaseTask Constructor |
Namespace:
SD.LLBLGen.Pro.ApplicationCore.Synchronization
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntaxpublic 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: System.String
The driver identifier. - elementsToRetrieveFromProject
- Type: System.Collections.Generic.Dictionary<String, List<DBSchemaElementNameContainer>>
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