C# Class NPlot.AdapterUtils.Counter_DataView

Class that provides the number of items in a DataView via the ICounter interface.
Inheritance: ICounter
Mostra file Open project: mono/nplot-gtk

Public Methods

Method Description
Counter_DataView ( DataView dataView ) : System

Constructor

Method Details

Counter_DataView() public method

Constructor
public Counter_DataView ( DataView dataView ) : System
dataView System.Data.DataView the DataBiew data to provide count of number of rows of.
return System