Click or drag to resize

ModelInfoProviderBase.GetFieldInfo Method (String, String)

Gets the field info for the field passed in for the element passed in

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax
public IFieldInfo GetFieldInfo(
	string elementName,
	string elementFieldName
)

Parameters

elementName
Type: System.String
Name of the element.
elementFieldName
Type: System.String
Name of the element field.

Return Value

Type: IFieldInfo

Implements

IFieldInfoProvider.GetFieldInfo(String, String)
See Also