TableEvent Operators and Type Conversions

Include Protected Members
Include Inherited Members

The TableEvent type exposes the following members.

Operators

  Name Description
Public operatorStatic member Addition Creates a table event set by performing an addition operation on two TableEvent objects.
Public operatorStatic member BitwiseOr Creates a table event set by performing a bitwise OR operation on two TableEvent objects.
Public operatorStatic member Equality Creates a table event set by performing an equality operation on two TableEvent objects.
Public operatorStatic member Implicit(TableEvent to TableEventSet) Casts a single Table Event as a Table Event Set.
Public operatorStatic member Inequality Creates a table event set by performing an inequality operation on two TableEvent objects.

Top