Click or drag to resize
EntityFieldsCore<TField>.IEntityFieldsCore.GetFieldInfo Method
Gets the field info for the field at the index specified.

Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
IFieldInfo IEntityFieldsCore.GetFieldInfo(
	int index
)

Parameters

index
Type: System.Int32
The index.

Return Value

Type: IFieldInfo

Implements

IEntityFieldsCore.GetFieldInfo(Int32)
See Also