OracleSpecificCreatorStripObjectNameChars Method  | 
 
            Strips the object name chars from the name passed in. For example [name] will become name
            
 
    Namespace: 
   SD.LLBLGen.Pro.DQE.Oracle
    Assemblies:
    SD.LLBLGen.Pro.DQE.OracleMS (in SD.LLBLGen.Pro.DQE.OracleMS.dll) Version: 5.5.0.0 (5.5.18.1019)
  SD.LLBLGen.Pro.DQE.OracleODPNet (in SD.LLBLGen.Pro.DQE.OracleODPNet.dll) Version: 5.5.0.0 (5.5.18.1019)
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