Click or drag to resize

SqlServerSpecificCreatorStripObjectNameChars Method

Strips the object name chars from the name passed in. For example [name] will become name

Namespace:  SD.LLBLGen.Pro.DQE.SqlServer
Assembly:  SD.LLBLGen.Pro.DQE.SqlServer (in SD.LLBLGen.Pro.DQE.SqlServer.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public override 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