Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public TypeShortcutDefaults GetDefaultsForDriverID(
	string driverID
)

Parameters

driverID
Type: SystemString
The driver identifier.

Return Value

Type: TypeShortcutDefaults
the default value defined for the driver specified, or empty string if not found/empty
See Also