Click or drag to resize
PersistenceInfoProviderBaseGetAllFieldPersistenceInfos Method (IEntity2)
Retrieves for each field of the entity instance passed in the corresponding IFieldPersistenceInfo instance.

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
public IFieldPersistenceInfo[] GetAllFieldPersistenceInfos(
	IEntity2 entity
)

Parameters

entity
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity2
Entity instance to return the IFieldPersistenceInfo objects for.

Return Value

Type: IFieldPersistenceInfo
Array of IFieldPersistenceInfo objects

Implements

IPersistenceInfoProviderGetAllFieldPersistenceInfos(IEntity2)
See Also