QueryCreationManagerGetFieldPersistenceInfos Method (IEntity2) | 
 
            Retrieves the persistence info objects for the fields of the entity passed in.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses.Adapter
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntaxprotected virtual IFieldPersistenceInfo[] GetFieldPersistenceInfos(
	IEntity2 entity
)
Protected Overridable Function GetFieldPersistenceInfos ( 
	entity As IEntity2
) As IFieldPersistenceInfo()
Parameters
- entity
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity2
Entity object which fields the persistence information should be retrieved for 
Return Value
Type: 
IFieldPersistenceInfothe requested persistence information
See Also