Click or drag to resize
IPersistenceInfoProviderGetAllFieldPersistenceInfos Method
Overload List
  NameDescription
Public methodGetAllFieldPersistenceInfos(String)
Retrieves for each field of the entity instance passed in the corresponding IFieldPersistenceInfo instance.
Public methodGetAllFieldPersistenceInfos(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.
Top
See Also