Click or drag to resize
IDbSpecificCreatorCreateValidAlias Method
Routine which creates a valid alias string for the plain alias passed in. For example, the alias will be surrounded by "[]" on sqlserver.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
string CreateValidAlias(
	string rawAlias
)

Parameters

rawAlias
Type: SystemString
the plain alias to make valid

Return Value

Type: String
valid alias string to use.
See Also