C# Class NPlot.AdapterUtils.Counter_Rows

Class that provides the number of items in a DataRowCollection via the ICounter interface.
Inheritance: ICounter
Datei anzeigen Open project: mono/nplot-gtk

Public Methods

Method Description
Counter_Rows ( System.Data.DataRowCollection rows ) : System

Constructor

Method Details

Counter_Rows() public method

Constructor
public Counter_Rows ( System.Data.DataRowCollection rows ) : System
rows System.Data.DataRowCollection the DataRowCollection data to provide count of number of rows of.
return System