DataView.IList.Clear Method

Definition

For a description of this member, see Clear().

 virtual void System.Collections.IList.Clear() = System::Collections::IList::Clear;
void IList.Clear ();
abstract member System.Collections.IList.Clear : unit -> unit
override this.System.Collections.IList.Clear : unit -> unit
Sub Clear () Implements IList.Clear

Implements

Remarks

This member is an explicit interface member implementation. The use of this member is not supported and will cause a ArgumentException. Instead, use the Clear method on the DataRowCollection object returned by Rows.

Applies to