Click or drag to resize

DBDriverBase.SplitSqlStringWithLineDelimiter Method

Splits the string specified based on lines with the delimiter string specified, e.g. 'go' on a separate line will split the string on that line, ignoring 'go'.

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 List<string> SplitSqlStringWithLineDelimiter(
	string sqlToExecute,
	string delimiter
)

Parameters

sqlToExecute
Type: System.String
delimiter
Type: System.String

Return Value

Type: List<String>
See Also