Click or drag to resize
IEntityFieldsItem Property (Int32)
Gets / sets the EntityField on the specified Index.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
IEntityField this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32

Property Value

Type: IEntityField
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionWhen the index specified is not found in the internal datastorage.
ArgumentNullExceptionWhen the passed in IEntityField is null
ArgumentExceptionWhen the passed in IEntityField is already added. Fields have to be unique.
See Also