IProjectElementMapTargetElementFindFieldByName Method  | 
 
            Helper method which will return a reference to a IEntityFieldMapTargetElement instance with the given FieldName
            
 
    Namespace: 
   SD.LLBLGen.Pro.DBDriverCore
    Assembly:
   SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.4.0.0 (5.4.0)
SyntaxIProjectElementFieldMapTargetElement FindFieldByName(
	string fieldName
)
Function FindFieldByName ( 
	fieldName As String
) As IProjectElementFieldMapTargetElement
Parameters
- fieldName
 - Type: SystemString
Field name of field to retrieve from the Fields list 
Return Value
Type: 
IProjectElementFieldMapTargetElementrequested field, null otherwise
See Also