IDbSpecificCreatorStripObjectNameChars Method |
Strips the object name chars from the name passed in. For example [name] will become name
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntax string StripObjectNameChars(
string toStrip
)
Function StripObjectNameChars (
toStrip As String
) As String
Parameters
- toStrip
- Type: SystemString
To strip.
Return Value
Type:
Stringname without the name's object name chars (Which are db specific)
See Also