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.10.0.0 (5.10.0)
Syntax protected virtual List<string> SplitSqlStringWithLineDelimiter(
string sqlToExecute,
string delimiter
)
Protected Overridable Function SplitSqlStringWithLineDelimiter (
sqlToExecute As String,
delimiter As String
) As List(Of String)
Parameters
- sqlToExecute
- Type: SystemString
- delimiter
- Type: SystemString
Return Value
Type:
ListStringSee Also