Click or drag to resize
DBTableIProjectElementMapTargetElementFindFieldByName Method
Helper method which will return a reference to a IProjectElementFieldMapTargetElement instance with the given FieldName

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
IProjectElementFieldMapTargetElement IProjectElementMapTargetElement.FindFieldByName(
	string fieldName
)

Parameters

fieldName
Type: SystemString
Field name of field to retrieve from the Fields list

Return Value

Type: IProjectElementFieldMapTargetElement
requested field, null otherwise

Implements

IProjectElementMapTargetElementFindFieldByName(String)
See Also