| GroupByCollectionGetFieldPersistenceInfo Method  | 
 
            Returns the IFieldPersistenceInfo part of the field at position index
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic IFieldPersistenceInfo GetFieldPersistenceInfo(
	int index
)
Public 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
Implements
IGroupByCollectionGetFieldPersistenceInfo(Int32)
See Also