Share via


ExpandSegment.Filter Property

The filter option in the query to which the expand segment applies.

Namespace:  System.Data.Services
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

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

value = instance.Filter
public Expression Filter { get; }
public:
property Expression^ Filter {
    Expression^ get ();
}
member Filter : Expression
function get Filter () : Expression

Property Value

Type: System.Linq.Expressions.Expression
An expression that specifies the filter on target data.

See Also

Reference

ExpandSegment Class

System.Data.Services Namespace