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