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