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.
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.1.0.0 (5.1.0)
Syntax string CreateValidAlias(
string rawAlias
)
Function CreateValidAlias (
rawAlias As String
) As String
Parameters
- rawAlias
- Type: SystemString
the plain alias to make valid
Return Value
Type:
Stringvalid alias string to use.
See Also