DataViewSetting.RowFilter Proprietà

Definizione

Ottiene o imposta il filtro da applicare nell'oggetto DataView. Per un esempio di codice che utilizza RowFilter, vedere RowFilter.

public:
 property System::String ^ RowFilter { System::String ^ get(); void set(System::String ^ value); };
public string RowFilter { get; set; }
member this.RowFilter : string with get, set
Public Property RowFilter As String

Valore della proprietà

Stringa che contiene il filtro da applicare.

Si applica a