DataTable.GetRowType 方法

定义

获取行类型。

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

返回

Type

DataRow 的类型。

适用于