Click or drag to resize
PersistenceInfoProviderBaseGetAllFieldPersistenceInfos Method (String)
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
public IFieldPersistenceInfo[] GetAllFieldPersistenceInfos(
	string elementName
)

Parameters

elementName
Type: SystemString
Name of the entity / typed view to retrieve the IFieldPersistenceInfo objects for. Example: CustomerEntity

Return Value

Type: IFieldPersistenceInfo
Array of IFieldPersistenceInfo objects

Implements

IPersistenceInfoProviderGetAllFieldPersistenceInfos(String)
See Also