Click or drag to resize

LinqUtils.GetFieldObject Method (IEntityCore, String)

Gets the field object with the name passed in from the entity specified.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public static IEntityFieldCore GetFieldObject(
	IEntityCore entityInstance,
	string fieldName
)

Parameters

entityInstance
Type: SD.LLBLGen.Pro.ORMSupportClasses.IEntityCore
The entity instance.
fieldName
Type: System.String
Name of the field.

Return Value

Type: IEntityFieldCore
See Also