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.10.0.0 (5.10.0)
Syntax protected virtual string WrapIdentifier(
string toWrap
)
Protected Overridable Function WrapIdentifier (
toWrap As String
) As String
Parameters
- toWrap
- Type: SystemString
Return Value
Type:
StringSee Also