Click or drag to resize
IPersistenceInfoProviderGetFieldPersistenceInfo Method
Retrieves for the field with name fieldName of entity / typed view with the name passed in the corresonding IFieldPersistenceInfo instance.

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
IFieldPersistenceInfo GetFieldPersistenceInfo(
	string elementName,
	string fieldName
)

Parameters

elementName
Type: SystemString
Name of the entity / typed view the field belongs to. Example: CustomerEntity
fieldName
Type: SystemString
Name of the field which fieldpersistenceinfo should be returned. Example: CustomerID

Return Value

Type: IFieldPersistenceInfo
Requested IFieldPersistenceInfo object
See Also