Sets the mapping for the columns
Namespace: Ico.Awx.CommonAssembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
Visual Basic |
---|
Public Sub SetMapping ( _
mapping As FieldGroupMap _
) |
Exceptions
Exception | Condition |
---|
System..::..IndexOutOfRangeException | The method throws an exception if the mapping contains keys for fields that don't exist in the Fields collection |
System..::..InvalidOperationException | The method throws an exception if two fields with different types are aggregated |
System..::..InvalidOperationException | The method throws an exception if two fields belonging to the same event type are aggregated |
See Also