Click or drag to resize
DataAccessAdapterCoreGetFieldPersistenceInfo Method
Retrieves the persistence info for the field 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 GetFieldPersistenceInfo(
	IFieldInfo fieldInfo
)

Parameters

fieldInfo
Type: SD.LLBLGen.Pro.ORMSupportClassesIFieldInfo
FieldInfo which fieldpersistence info has to be retrieved

Return Value

Type: IFieldPersistenceInfo
the requested persistence information
See Also