UntypedEvent.GetField<T> Method (Int32)
Gets a field value by its ordinal.
Namespace: Microsoft.ComplexEventProcessing
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
Syntax
public T GetField<T>(
int ordinal
)
Type Parameters
- T
The type of the field.
Parameters
- ordinal
Type: System.Int32
Field ordinal, as defined by the event type.
Return Value
Type: T
An object containing the field value.