GroupByCollectionRemoveAt Method |
Removes the IEntityField(2) instance at index specified from the collection.
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 void RemoveAt(
int index
)
Public Sub RemoveAt (
index As Integer
)
Parameters
- index
- Type: SystemInt32
the index of the field to remove
Implements
IGroupByCollectionRemoveAt(Int32)
See Also