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.10.0.0 (5.10.0)
Syntax protected virtual string GetSqlQuerySeparator()
Protected Overridable Function GetSqlQuerySeparator As String
Return Value
Type:
StringSee Also