Click or drag to resize

PersistenceInfoProviderBase.GetAllFieldPersistenceInfos 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.6.0.0 (5.6.19.0117)
Syntax
public IFieldPersistenceInfo[] GetAllFieldPersistenceInfos(
	string elementName
)

Parameters

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

Return Value

Type:IFieldPersistenceInfo[]
Array of IFieldPersistenceInfo objects

Implements

IPersistenceInfoProvider.GetAllFieldPersistenceInfos(String)
See Also