System.Data.DataTable.GetRowType C# (CSharp) Метод

GetRowType() защищенный Метод

Gets the row type.
protected GetRowType ( ) : Type
Результат Type
        protected virtual Type GetRowType() => typeof(DataRow);
DataTable