DataAccessAdapterCoreGetFieldPersistenceInfos Method (String) | 
 
            Retrieves the persistence info objects for the fields of the entity passed in.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntaxprotected virtual IFieldPersistenceInfo[] GetFieldPersistenceInfos(
	string entityName
)
Protected Overridable Function GetFieldPersistenceInfos ( 
	entityName As String
) As IFieldPersistenceInfo()
Parameters
- entityName
 - Type: SystemString
Entity name for entity type which fields the persistence information should be retrieved for 
Return Value
Type: 
IFieldPersistenceInfothe requested persistence information
See Also