Click or drag to resize

ModelInfoProviderBase.GetFieldInfos Method

Gets the field infos for the element passed in.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntax
public IFieldInfo[] GetFieldInfos(
	string elementName
)

Parameters

elementName
Type: System.String
Name of the element.

Return Value

Type:IFieldInfo[]

Implements

IFieldInfoProvider.GetFieldInfos(String)
See Also