Click or drag to resize

DBDriverBaseSplitSqlStringWithLineDelimiter 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.8.0.0 (5.8.21.0208)
Syntax
protected virtual List<string> SplitSqlStringWithLineDelimiter(
	string sqlToExecute,
	string delimiter
)

Parameters

sqlToExecute
Type: SystemString
delimiter
Type: SystemString

Return Value

Type: ListString
See Also