IPersistenceInfoProviderGetAllFieldPersistenceInfos Method | 
| Name | Description | |
|---|---|---|
| GetAllFieldPersistenceInfos(String) | 
            Retrieves for each field of the entity instance passed in the corresponding IFieldPersistenceInfo instance.
              | |
| GetAllFieldPersistenceInfos(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.
              |