IGroupByCollectionInsertTEntityField 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.10.0.0 (5.10.0)
Syntaxvoid Insert<TEntityField>(
	TEntityField fieldToInsert,
	int index
)
where TEntityField : IEntityFieldCore
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
 
Exceptions
See Also