Click or drag to resize

DBStoredProcedure.IProjectElementMapTargetElement.FindFieldByName 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.4.0.0 (5.4.0)
Syntax
IProjectElementFieldMapTargetElement IProjectElementMapTargetElement.FindFieldByName(
	string fieldName
)

Parameters

fieldName
Type: System.String
Field name of field to retrieve from the Fields list

Return Value

Type: IProjectElementFieldMapTargetElement
requested field, null otherwise

Implements

IProjectElementMapTargetElement.FindFieldByName(String)
See Also