Click or drag to resize

EntityField2.SetObjectAlias 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.12.0.0 (5.12.0)
Syntax
public EntityField2 SetObjectAlias(
	string objectAlias
)

Parameters

objectAlias
Type: System.String
value to set

Return Value

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

Implements

IEntityField2.SetObjectAlias(String)
See Also