GroupByCollectionInsertTEntityField Method  | 
 
            Inserts the field passed in on index specified.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic 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