Click or drag to resize
IDbSpecificCreatorCreateValidAlias 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.ORMSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
string CreateValidAlias(
	string rawAlias
)

Parameters

rawAlias
Type: SystemString
the raw alias to make valid

Return Value

Type: String
valid alias string to use.
See Also