ProjectGetConnectionElements Method  | 
 
            Gets the cached connection elements for connecting to the database with the driverid specified.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic Dictionary<ConnectionElement, string> GetConnectionElements(
	string driverID
)
Public Function GetConnectionElements ( 
	driverID As String
) As Dictionary(Of ConnectionElement, String)
Parameters
- driverID
 - Type: SystemString
The driver ID. 
Return Value
Type: 
DictionaryConnectionElement, 
String
See Also