Click or drag to resize

EntityFieldsCoreTFieldIListIEntityFieldCoreItem Property

Gets / sets the field on the specified Index.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntax
IEntityFieldCore IList<IEntityFieldCore>.this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32

Property Value

Type: IEntityFieldCore

Implements

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