IQStreamable.Expression Property
Gets expression describing the query part.
Namespace: Microsoft.ComplexEventProcessing.Linq
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
Syntax
'Declaration
ReadOnly Property Expression As Expression
Get
'Usage
Dim instance As IQStreamable
Dim value As Expression
value = instance.Expression
Expression Expression { get; }
property Expression^ Expression {
Expression^ get ();
}
abstract Expression : Expression
function get Expression () : Expression
Property Value
Type: System.Linq.Expressions.Expression