| 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.1.0.0 (5.1.0)
Syntaxpublic override string StripObjectNameChars(
	string toStrip
)
Public Overrides Function StripObjectNameChars ( 
	toStrip As String
) As String
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