Click or drag to resize
TaskPerformerBaseReplaceDatabaseDriverShortNames Method
Replaces the database / driver short names in the format specified.

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected string ReplaceDatabaseDriverShortNames(
	string filenameFormat
)

Parameters

filenameFormat
Type: SystemString
The filename format.

Return Value

Type: String
filenameFormat with [driverShortName] and [databaseShortName] replaced with their values. If there's just 1 database available in the project, these macros are replaced with empty string.
See Also