IPersistenceInfoProviderGetAllFieldPersistenceInfos Method (IEntity2) | 
 
            Retrieves for each field of entity / typed view with the name passed in the corresponding IFieldPersistenceInfo instance.
            The order of these IFieldPersistenceInfo objects is the same as the corresponding fields in an 
            entity / typed view with the name objectName.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
SyntaxIFieldPersistenceInfo[] GetAllFieldPersistenceInfos(
	IEntity2 entity
)
Function GetAllFieldPersistenceInfos ( 
	entity As IEntity2
) As IFieldPersistenceInfo()
Parameters
- entity
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity2
Name of the entity / typed view to retrieve the IFieldPersistenceInfo objects for. Example: CustomerEntity 
Return Value
Type: 
IFieldPersistenceInfoArray of IFieldPersistenceInfo objects
See Also