Click or drag to resize
ExtensionMethodsCreateComparableName Method
Creates a comparable name to the key names used in the lookup dictionaries. This name is lowercase for case insensitive names, otherwise it's kept as-is

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static string CreateComparableName(
	this DatabaseDriverConfiguration configuration,
	string toConvert
)

Parameters

configuration
Type: SD.LLBLGen.Pro.ApplicationCore.ConfigurationDatabaseDriverConfiguration
The configuration to use.
toConvert
Type: SystemString
To convert.

Return Value

Type: String

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type DatabaseDriverConfiguration. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also