CepEventType.FieldsByOrdinal Property

Gets the collection of fields of the event type by ordinal.

Namespace:  Microsoft.ComplexEventProcessing
Assembly:  Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)

Syntax

public IDictionary<int, CepEventTypeField> FieldsByOrdinal { get; }

Property Value

Type: System.Collections.Generic.IDictionary<Int32, CepEventTypeField>
A dictionary containing all fields in the CEP event type by ordinal. Null, if the type is an event field itself.

See Also

Reference

CepEventType Class

Microsoft.ComplexEventProcessing Namespace