Click or drag to resize
DataAccessAdapterCoreGetFieldPersistenceInfos Method (IEntityFieldsCore)
Retrieves the persistence info for the fields passed in.

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
protected virtual IFieldPersistenceInfo[] GetFieldPersistenceInfos(
	IEntityFieldsCore fields
)

Parameters

fields
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldsCore
Fields for which the persistence info has to be determined

Return Value

Type: IFieldPersistenceInfo
the requested persistence information
See Also