Click or drag to resize

IPersistenceInfoProvider.GetAllFieldPersistenceInfos 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.4.0.0 (5.4.0)
Syntax
IFieldPersistenceInfo[] GetAllFieldPersistenceInfos(
	string entity
)

Parameters

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

Return Value

Type:IFieldPersistenceInfo[]
Array of IFieldPersistenceInfo objects
See Also