| EntityFieldSetFieldAlias Method  | 
            Sets the field alias.
            
 
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic EntityField SetFieldAlias(
	string fieldAlias
)
Public Function SetFieldAlias ( 
	fieldAlias As String
) As EntityField
Parameters
- fieldAlias
 - Type: SystemString
The field alias. 
Return Value
Type: 
EntityFieldThe entity field object the method was called on, for command chaining
Implements
IEntityFieldSetFieldAlias(String)
See Also