EntityField2SetObjectAlias 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)
Syntaxpublic EntityField2 SetObjectAlias(
	string objectAlias
)
Public Function SetObjectAlias ( 
	objectAlias As String
) As EntityField2
Parameters
- objectAlias
 - Type: SystemString
value to set 
Return Value
Type: 
EntityField2The entity field object the method was called on, for command chaining
Implements
IEntityField2SetObjectAlias(String)
See Also