Click or drag to resize

GroupByCollection.ReplaceFieldAtIndex Method

Replaces the field at the index specified with the field passed in

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public void ReplaceFieldAtIndex(
	IEntityFieldCore newField,
	int index
)

Parameters

newField
Type: SD.LLBLGen.Pro.ORMSupportClasses.IEntityFieldCore
The new field.
index
Type: System.Int32
The index.

Implements

IGroupByCollection.ReplaceFieldAtIndex(IEntityFieldCore, Int32)
See Also