EntityField2SetFieldAlias Method |
Sets the field alias.
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 public EntityField2 SetFieldAlias(
string fieldAlias
)
Public Function SetFieldAlias (
fieldAlias As String
) As EntityField2
Parameters
- fieldAlias
- Type: SystemString
The field alias.
Return Value
Type:
EntityField2The entity field object the method was called on, for command chaining
Implements
IEntityField2SetFieldAlias(String)See Also