System.Data.DataTable.GetRowType C# (CSharp) Méthode

GetRowType() protected méthode

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