DataAccessAdapterCoreGetFieldPersistenceInfos 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.4.0.0 (5.4.0)
Syntaxprotected virtual IFieldPersistenceInfo[] GetFieldPersistenceInfos(
	IEntityFieldsCore fields
)
Protected Overridable Function GetFieldPersistenceInfos ( 
	fields As IEntityFieldsCore
) As IFieldPersistenceInfo()
Parameters
- fields
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldsCore
Fields for which the persistence info has to be determined 
Return Value
Type: 
IFieldPersistenceInfothe requested persistence information
See Also