Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
IProjectElementFieldMapTargetElement 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
See Also