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
)
Visual Basic
Public Sub SetMapping ( _
	mapping As FieldGroupMap _
)
JScript
public function SetMapping(
	mapping : FieldGroupMap
)

Parameters

mapping
Type: Ico.Awx.Common..::..FieldGroupMap

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