Click or drag to resize
DbSpecificCreatorBaseStripObjectNameChars 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.3.0.0 (5.3.0)
Syntax
public virtual string StripObjectNameChars(
	string toStrip
)

Parameters

toStrip
Type: SystemString
To strip.

Return Value

Type: String
name without the name's object name chars (Which are db specific)

Implements

IDbSpecificCreatorStripObjectNameChars(String)
See Also