DBDriverBaseGetSqlQuerySeparator Method  | 
 
            Gets the query separator string (including an empty line following it), to separate different queries in a batch.
            By default it returns: ";\r\n\r\n"
            
 
    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 GetSqlQuerySeparator()
Protected Overridable Function GetSqlQuerySeparator As String
Return Value
Type: 
String
See Also