Click or drag to resize

DBDriverBaseWrapIdentifier Method

Wraps the string specified as an identifier in the characters required for the database. E.g. in postgresql / oracle the identifier is wrapped in "", in SQL Server, it's in []. The default implementation wraps it in ""

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 WrapIdentifier(
	string toWrap
)

Parameters

toWrap
Type: SystemString

Return Value

Type: String
See Also