IEntityFieldsCoreItem Property (Int32) | 
 
            Gets / sets the IEntityFieldCore 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)
SyntaxIEntityFieldCore this[
	int index
] { get; set; }Default Property Item ( 
	index As Integer
) As IEntityFieldCore
	Get
	Set
Parameters
- index
 - Type: SystemInt32
 
Property Value
Type: 
IEntityFieldCoreImplements
IListTItemInt32
Exceptions| Exception | Condition | 
|---|
| IndexOutOfRangeException | When the index specified is not found in the internal datastorage. | 
| ArgumentNullException | When the passed in IEntityFieldCore is null | 
| ArgumentException | When the passed in IEntityFieldCore is already added. Fields have to be unique. | 
See Also