DBDriverBaseSuffixSqlQueryForSingleCmdExecution Method  | 
 
            Suffixes the specified query with a string (usually ';') to make it usable in a single cmd execution. Some databases can't deal with a ';' at the end, so override
            this method in that case and suffx the fragment with another character or none at all.  
            
 
    Namespace: 
   SD.LLBLGen.Pro.DBDriverCore
    Assembly:
   SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntaxprotected virtual string SuffixSqlQueryForSingleCmdExecution(
	string toSuffix
)
Protected Overridable Function SuffixSqlQueryForSingleCmdExecution ( 
	toSuffix As String
) As String
Parameters
- toSuffix
 - Type: SystemString
 
Return Value
Type: 
String
See Also