Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public Dictionary<string, List<DBSchemaElementNameContainer>> SelectedElementsToRetrieveFromProject { get; }

Property Value

Type: DictionaryString, ListDBSchemaElementNameContainer
See Also