EntityFieldsCoreTFieldItem Property (Int32) |
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)
Syntaxpublic TField this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As TField
Get
Set
Parameters
- index
- Type: SystemInt32
Property Value
Type:
TField
ExceptionsException | Condition |
---|
IndexOutOfRangeException | When the index specified is not found in the internal datastorage. |
ArgumentNullException | When the passed in field is null |
ArgumentException | When the passed in field is already added. Fields have to be unique. |
See Also