| IGroupByCollectionGetFieldPersistenceInfo Method  | 
            Returns the IFieldPersistenceInfo 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)
SyntaxIFieldPersistenceInfo GetFieldPersistenceInfo(
	int index
)
Function GetFieldPersistenceInfo ( 
	index As Integer
) As IFieldPersistenceInfo
Parameters
- index
 - Type: SystemInt32
index of field to return the IFieldPersistenceInfo portion of 
Return Value
Type: 
IFieldPersistenceInfothe IFieldPersistenceInfo part of the field at position index
See Also