Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.