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.2.0.0 (5.2.17.0403)
Syntax public Dictionary<string, List<DBSchemaElementNameContainer>> SelectedElementsToRetrieveByUser { get; set; }
Public Property SelectedElementsToRetrieveByUser As Dictionary(Of String, List(Of DBSchemaElementNameContainer))
Get
Set
Property Value
Type:
DictionaryString,
ListDBSchemaElementNameContainerSee Also