Click or drag to resize

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)
Syntax
protected virtual string GetSqlQuerySeparator()

Return Value

Type: String
See Also