Click or drag to resize
EntityFieldSetFieldAlias Method
Sets the field alias.

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
public EntityField SetFieldAlias(
	string fieldAlias
)

Parameters

fieldAlias
Type: SystemString
The field alias.

Return Value

Type: EntityField
The entity field object the method was called on, for command chaining

Implements

IEntityFieldSetFieldAlias(String)
See Also