DBDriverBaseSuffixSqlQueryForSingleCmdExecution Method |
Suffixes the specified query with a string (usually ';') to make it usable in a single cmd execution. Some databases can't deal with a ';' at the end, so override
this method in that case and suffx the fragment with another character or none at all.
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 string SuffixSqlQueryForSingleCmdExecution(
string toSuffix
)
Protected Overridable Function SuffixSqlQueryForSingleCmdExecution (
toSuffix As String
) As String
Parameters
- toSuffix
- Type: SystemString
Return Value
Type:
StringSee Also