[This is preliminary documentation and subject to change.]
Interface that enables a dataholding class to report how many data items it holds.
For a list of all members of this type, see AdapterUtils.ICounter Members.
Type | Description |
---|---|
AdapterUtils.Counter_DataView | Class that provides the number of items in a DataView via the ICounter interface. |
AdapterUtils.Counter_IList | Class that provides the number of items in an IList via the ICounter interface. |
AdapterUtils.Counter_Null | Class that returns 0 via the ICounter interface. |
AdapterUtils.Counter_Rows | Class that provides the number of items in a DataRowCollection via the ICounter interface. |
Namespace: NPlot
Assembly: NPlot (in NPlot.dll)
AdapterUtils.ICounter Members | NPlot Namespace