DataAccessAdapterCoreGetFieldPersistenceInfo Method |
Retrieves the persistence info for the field passed in.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax protected virtual IFieldPersistenceInfo GetFieldPersistenceInfo(
IFieldInfo fieldInfo
)
Protected Overridable Function GetFieldPersistenceInfo (
fieldInfo As IFieldInfo
) As IFieldPersistenceInfo
Parameters
- fieldInfo
- Type: SD.LLBLGen.Pro.ORMSupportClassesIFieldInfo
FieldInfo which fieldpersistence info has to be retrieved
Return Value
Type:
IFieldPersistenceInfothe requested persistence information
See Also