IQStreamable Interface

Base interface for parts of a temporal stream query.

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

Syntax

'Declaration
Public Interface IQStreamable
'Usage
Dim instance As IQStreamable
public interface IQStreamable
public interface class IQStreamable
type IQStreamable =  interface end
public interface IQStreamable

The IQStreamable type exposes the following members.

Properties

  Name Description
Public property Expression Gets expression describing the query part.
Public property Provider Gets the LINQ provider for the temporal stream query part.

Top

See Also

Reference

Microsoft.ComplexEventProcessing.Linq Namespace