Click or drag to resize

AzureLogQueryResultConverter Constructor

Namespace:  Omada.OE.AppLogic.Converters
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public AzureLogQueryResultConverter(
	Dictionary<string, int> mappings
)

Parameters

mappings
Type: System.Collections.GenericDictionaryString, Int32
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown when mandatory fields are missing in the record.
See Also