| IGroupByCollectionGetEntityFieldCore Method  | 
            Returns the IEntityFieldCore part of the field at position index
            
 
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(
	int index
)
Function GetEntityFieldCore ( 
	index As Integer
) As IEntityFieldCore
Parameters
- index
 - Type: SystemInt32
index of field to return the IEntityFieldCore portion of 
Return Value
Type: 
IEntityFieldCorethe IEntityFieldCore part of the field at position index
See Also