Click or drag to resize

RowCollection Class

List of all available rows.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Easymap.AddIn.DataRowCollection

Namespace: Easymap.AddIn.Data
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public class RowCollection : BaseObject, 
	IEnumerable<Row>, IEnumerable

The RowCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Number of items in RowCollection.
Public propertyDataSource Gets the associated DataSource of the row.
Public propertyItem Gets a Row by index.
Top
Methods
 NameDescription
Public methodGetEnumerator Returns an enumerator that iterates through a collection.
Top
See Also