Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
IFieldPersistenceInfo[] GetAllFieldPersistenceInfos(
	IEntity2 entity
)

Parameters

entity
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity2
Name of the entity / typed view to retrieve the IFieldPersistenceInfo objects for. Example: CustomerEntity

Return Value

Type: IFieldPersistenceInfo
Array of IFieldPersistenceInfo objects
See Also