Share via


FormDataSource.filter(Int32, String) Method

Definition

Filters records in the data source.

public:
 virtual void filter(int _field, System::String ^ _value);
public virtual void filter (int _field, string _value);
abstract member filter : int * string -> unit
override this.filter : int * string -> unit
Public Overridable Sub filter (_field As Integer, _value As String)

Parameters

_field
Int32

The filtering condition.

_value
String

The filtering condition.

Remarks

The filter method can be overridden on a form data source to extend the standard filtering functionality. Right-click the Methods node under the data source, point to Override Method, and then click filter.

Applies to