Click or drag to resize
MySqlSpecificCreatorCreateValidAlias Method
Routine which creates a valid alias string for the raw alias passed in. For example, the alias will be surrounded by "[]" on sqlserver. Used by the RelationCollection to produce a valid alias for joins.

Namespace:  SD.LLBLGen.Pro.DQE.MySql
Assembly:  SD.LLBLGen.Pro.DQE.MySql (in SD.LLBLGen.Pro.DQE.MySql.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public override string CreateValidAlias(
	string rawAlias
)

Parameters

rawAlias
Type: SystemString
the raw alias to make valid

Return Value

Type: String
valid alias string to use.

Implements

IDbSpecificCreatorCreateValidAlias(String)
See Also