Click or drag to resize
SyncWithDatabaseTaskSelectedElementsToRetrieveByUser Property
Gets/sets the selected elements to retrieve from the user. Creates a copy when read, and written. This is the set of elements to retrieve the meta data for from the DB. It's initially empty, set it with the elements selected by the user based on the set obtained from SelectedElementsToRetrieveFromProject

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>> SelectedElementsToRetrieveByUser { get; set; }

Property Value

Type: DictionaryString, ListDBSchemaElementNameContainer
See Also