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.9.0.0 (5.9.0)
SyntaxIFieldPersistenceInfo GetFieldPersistenceInfo(
	string elementName,
	string fieldName
)
Function GetFieldPersistenceInfo ( 
	elementName As String,
	fieldName As String
) As IFieldPersistenceInfo
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: 
IFieldPersistenceInfoRequested IFieldPersistenceInfo object
See Also