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.4.0.0 (5.4.0)
Syntax IEntityFieldCore IList<IEntityFieldCore>.this[
int index
] { get; set; }
Private Property Item (
index As Integer
) As IEntityFieldCore Implements IList(Of IEntityFieldCore).Item
Get
Set
Parameters
- index
- Type: SystemInt32
Property Value
Type:
IEntityFieldCoreImplements
IListTItemInt32Exceptions See Also