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)
Syntaxprotected 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: 
ListString
See Also