Sets the mapping for the columns

Namespace: Ico.Awx.Common
Assembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void SetMapping(
	FieldGroupMap mapping,
	FieldGroupKeys customKeys
)
Visual Basic
Public Sub SetMapping ( _
	mapping As FieldGroupMap, _
	customKeys As FieldGroupKeys _
)
JScript
public function SetMapping(
	mapping : FieldGroupMap, 
	customKeys : FieldGroupKeys
)

Exceptions

ExceptionCondition
System..::..IndexOutOfRangeExceptionThe method throws an exception if the mapping contains keys for fields that don't exist in the Fields collection
System..::..InvalidOperationExceptionThe method throws an exception if two fields with different types are aggregated
System..::..InvalidOperationExceptionThe method throws an exception if two fields belonging to the same event type are aggregated

See Also