TypeShortcutGetDefaultsForDriverID Method  | 
 
            Gets the defaults for this shortcut for the database with the driver id specified
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.EntityModel
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.10.0.0 (5.10.0)
Syntaxpublic TypeShortcutDefaults GetDefaultsForDriverID(
	string driverID
)
Public Function GetDefaultsForDriverID ( 
	driverID As String
) As TypeShortcutDefaults
Parameters
- driverID
 - Type: SystemString
The driver identifier. 
Return Value
Type: 
TypeShortcutDefaultsthe default value defined for the driver specified, or empty string if not found/empty
See Also