System.Data.DataTable.GetRowType C# (CSharp) Method

GetRowType() protected method

Gets the row type.
protected GetRowType ( ) : Type
return Type
        protected virtual Type GetRowType() => typeof(DataRow);
DataTable