Click or drag to resize
EntityFieldSetObjectAlias Method
Sets the entity field's ObjectAlias property to the specified value

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 SetObjectAlias(
	string objectAlias
)

Parameters

objectAlias
Type: SystemString
value to set

Return Value

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

Implements

IEntityFieldSetObjectAlias(String)
See Also