| IDerivedTableDefinitionGetEntityFieldCore Method (String) | 
            Returns the IEntityFieldCore part of the field in this derived table with the alias specified
            
 
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
SyntaxIEntityFieldCore GetEntityFieldCore(
	string fieldAlias
)
Function GetEntityFieldCore ( 
	fieldAlias As String
) As IEntityFieldCore
Parameters
- fieldAlias
 - Type: SystemString
The field alias. 
Return Value
Type: 
IEntityFieldCorefield with the alias specified or null if not found.
See Also