Click or drag to resize

FrameworkValidatorBaseGetDbDescriptionForDriverID Method (String, FrameworkValidatorBaseNameTypeToReturn)

Gets the db description for driver ID.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Extensibility
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
protected string GetDbDescriptionForDriverID(
	string driverID,
	FrameworkValidatorBaseNameTypeToReturn nameToReturn
)

Parameters

driverID
Type: SystemString
The driver ID.
nameToReturn
Type: SD.LLBLGen.Pro.ApplicationCore.ExtensibilityFrameworkValidatorBaseNameTypeToReturn
The name to return.

Return Value

Type: String
See Also