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
)
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