Click or drag to resize

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.8.0.0 (5.8.21.0208)
Syntax
protected virtual string SuffixSqlQueryForSingleCmdExecution(
	string toSuffix
)

Parameters

toSuffix
Type: SystemString

Return Value

Type: String
See Also