IEntityFieldSetObjectAlias Method |
Sets the entity field's ObjectAlias property to the specified value
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax EntityField SetObjectAlias(
string objectAlias
)
Function SetObjectAlias (
objectAlias As String
) As EntityField
Parameters
- objectAlias
- Type: SystemString
value to set
Return Value
Type:
EntityFieldThe entity field object the method was called on, for command chaining
See Also