IDerivedTableDefinitionGetEntityFieldCore 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.4.0.0 (5.4.0)
Syntax IEntityFieldCore 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