[]
Configurates FilterDefinition. Sets a string containing an OData filter specification to be used for filtering the data on the server.
public TBuilder FilterDefinition(string value)
Type | Name | Description |
---|---|---|
string | value | The value. |
Type | Description |
---|---|
TBuilder | Current builder. |
The filter definition syntax is described in the OData documentation.