SyncWithDatabaseTaskSelectedElementsToRetrieveFromProject Property |
Gets the elements to retrieve from the project. Creates a copy when read. This is the raw list as obtained from the project, and is to be used to allow the user to
make a selection start. This set isn't the set used to obtain meta-data, but a starting point to create that list. The elements to obtain meta data for from the
database are stored in
SelectedElementsToRetrieveByUser
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 Dictionary<string, List<DBSchemaElementNameContainer>> SelectedElementsToRetrieveFromProject { get; }
Public ReadOnly Property SelectedElementsToRetrieveFromProject As Dictionary(Of String, List(Of DBSchemaElementNameContainer))
Get
Property Value
Type:
DictionaryString,
ListDBSchemaElementNameContainerSee Also