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.7.0.0 (5.7.0)
Syntaxprotected string ReplaceDatabaseDriverShortNames(
	string filenameFormat
)
Protected Function ReplaceDatabaseDriverShortNames ( 
	filenameFormat As String
) As String
Parameters
- filenameFormat
 - Type: SystemString
The filename format. 
Return Value
Type: 
StringfilenameFormat 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