Share via


TableQuery<TElement>.FilterString Property

Definition

Gets or sets the filter expression to use in the table query.

public string FilterString { get; set; }
member this.FilterString : string with get, set
Public Property FilterString As String

Property Value

A string containing the filter expression to use in the query.

Applies to