| FirebirdSpecificCreatorAppendValidIdentifier Method  | 
 
            Routine which creates a valid identifier string for the plain identifier string passed in and appends the fragments to the queryfragments specified. 
            For example, the identifier will be surrounded by "[]" on sqlserver. If the specified rawIdentifier needs wrapping with e.g. [], the [ and ] characters are
            added as separate fragments to toAppendTo so no string concatenation has to take place. Use this method over CreateValidAlias if possible.
            
 
    Namespace: 
   SD.LLBLGen.Pro.DQE.Firebird
    Assembly:
   SD.LLBLGen.Pro.DQE.Firebird (in SD.LLBLGen.Pro.DQE.Firebird.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
See Also