Click or drag to resize
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.3.0.0 (5.3.0)
  SD.LLBLGen.Pro.DQE.OracleODPNet (in SD.LLBLGen.Pro.DQE.OracleODPNet.dll) Version: 5.3.0.0 (5.3.0)
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