GroupByCollectionInsertTEntityField Method |
Inserts the field passed in on index specified.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public void Insert<TEntityField>(
TEntityField fieldToInsert,
int index
)
where TEntityField : IEntityFieldCore
Public Sub Insert(Of TEntityField As IEntityFieldCore) (
fieldToInsert As TEntityField,
index As Integer
)
Parameters
- fieldToInsert
- Type: TEntityField
entity field to insert - index
- Type: SystemInt32
index on which the field should be inserted
Type Parameters
- TEntityField
Implements
IGroupByCollectionInsertTEntityField(TEntityField, Int32)Exceptions See Also