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.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax string CreateValidAlias(
string rawAlias
)
Function CreateValidAlias (
rawAlias As String
) As String
Parameters
- rawAlias
- Type: SystemString
the raw alias to make valid
Return Value
Type:
Stringvalid alias string to use.
See Also