Click or drag to resize

FrameworkValidatorBase.GetDbDescriptionForDriverID Method (String, FrameworkValidatorBase.NameTypeToReturn)

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.8.0.0 (5.8.21.0208)
Syntax
protected string GetDbDescriptionForDriverID(
	string driverID,
	FrameworkValidatorBase.NameTypeToReturn nameToReturn
)

Parameters

driverID
Type: System.String
The driver ID.
nameToReturn
Type: SD.LLBLGen.Pro.ApplicationCore.Extensibility.FrameworkValidatorBase.NameTypeToReturn
The name to return.

Return Value

Type: String
See Also