IPersistenceInfoProvider Methods | 
The IPersistenceInfoProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| CanPerformAction | 
            Determines whether the entity with the name specified is allowed to perform the action specified in actionToCheck. Is compared against the specified
            actioncombination defined with the entity mapping.
              | |
| 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.
              | |
| GetFieldPersistenceInfo | 
            Retrieves for the field with name fieldName of entity / typed view with the name passed in the corresonding IFieldPersistenceInfo instance.
              | |
| GetTvfCallInfo | 
            Gets the persistence info for the tvf call with the name specified.
              |