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 | |
---|---|---|
Expression | Gets expression describing the query part. | |
Provider | Gets the LINQ provider for the temporal stream query part. |
Top