DataTable.GetRowType Method

Definition

Gets the row type.

protected:
 virtual Type ^ GetRowType();
protected virtual Type GetRowType ();
abstract member GetRowType : unit -> Type
override this.GetRowType : unit -> Type
Protected Overridable Function GetRowType () As Type

Returns

The type of the DataRow.

Applies to