Click or drag to resize
DerivedTableDefinitionGetEntityFieldCore Method (String)
Returns the IEntityFieldCore part of the field in this derived table with the alias specified

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 IEntityFieldCore GetEntityFieldCore(
	string fieldAlias
)

Parameters

fieldAlias
Type: SystemString
The field alias.

Return Value

Type: IEntityFieldCore
field with the alias specified or null if not found.

Implements

IDerivedTableDefinitionGetEntityFieldCore(String)
See Also