| EntityCoreTFieldsIEntityCoreGetFieldByName Method  | 
 
            Helper method which performs a lookup in the fields based on the name specified.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
SyntaxIEntityFieldCore IEntityCore.GetFieldByName(
	string fieldName
)
Private Function GetFieldByName ( 
	fieldName As String
) As IEntityFieldCore Implements IEntityCore.GetFieldByName
Parameters
- fieldName
 - Type: SystemString
the name of the field to search 
Return Value
Type: 
IEntityFieldCore
            the field with the name specified or null if not found
            
Implements
IEntityCoreGetFieldByName(String)
See Also