Click or drag to resize
IPersistenceInfoProviderGetAllFieldPersistenceInfos Method (String)
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.0.0.0 (5.0.0)
Syntax
IFieldPersistenceInfo[] GetAllFieldPersistenceInfos(
	string entity
)

Parameters

entity
Type: SystemString
Entity instance to return the IFieldPersistenceInfo objects for.

Return Value

Type: IFieldPersistenceInfo
Array of IFieldPersistenceInfo objects
See Also