BaseCollection<T>.Expression Property

Gets the expression tree that is associated with the instance of IQueryable.

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Expression As Expression 
    Get
'Usage
Dim instance As BaseCollection 
Dim value As Expression 

value = instance.Expression
public Expression Expression { get; }
public:
virtual property Expression^ Expression {
    Expression^ get () sealed;
}
abstract Expression : Expression 
override Expression : Expression
final function get Expression () : Expression

Property Value

Type: System.Linq.Expressions.Expression

Implements

IQueryable.Expression

See Also

Reference

BaseCollection<T> Class

Microsoft.WindowsAzure.MediaServices.Client Namespace