| DataAccessAdapterCore.GetFieldPersistenceInfos Method (IEntityFieldsCore) | 
 
            Retrieves the persistence info for the fields passed in. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntaxprotected virtual IFieldPersistenceInfo[] GetFieldPersistenceInfos(
	IEntityFieldsCore fields
)
Protected Overridable Function GetFieldPersistenceInfos ( 
	fields As IEntityFieldsCore
) As IFieldPersistenceInfo()
Parameters
- fields
 - Type: SD.LLBLGen.Pro.ORMSupportClasses.IEntityFieldsCore
Fields for which the persistence info has to be determined 
Return Value
Type:
IFieldPersistenceInfo[]the requested persistence information
See Also