com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class DataRowCollection

  • All Implemented Interfaces:
    com.aspose.ms.System.Collections.ICollection<DataRow>, com.aspose.ms.System.Collections.IEnumerable<DataRow>, Iterable<DataRow>


    public class DataRowCollection
    extends Object
    implements com.aspose.ms.System.Collections.ICollection<DataRow>

    DataRowCollection class.

    • Constructor Detail

      • DataRowCollection

        public DataRowCollection(DataTable dataTable)

        Constructor for DataRowCollection.

        Parameters:
        dataTable - a DataTable object.
    • Method Detail

      • iterator

        public com.aspose.ms.System.Collections.IEnumerator<DataRow> iterator()

        Gets Iterator

        Specified by:
        iterator in interface com.aspose.ms.System.Collections.IEnumerable<DataRow>
        Specified by:
        iterator in interface Iterable<DataRow>
        Returns:
        an iterator.
      • copyTo

        public void copyTo(com.aspose.ms.System.Array arg0,
                  int arg1)
        Specified by:
        copyTo in interface com.aspose.ms.System.Collections.ICollection<DataRow>
      • getSyncRoot

        public Object getSyncRoot()

        Gets Sync Root

        Specified by:
        getSyncRoot in interface com.aspose.ms.System.Collections.ICollection<DataRow>
        Returns:
        a object.
      • isSynchronized

        public boolean isSynchronized()

        Defines is Synchronized

        Specified by:
        isSynchronized in interface com.aspose.ms.System.Collections.ICollection<DataRow>
        Returns:
        a boolean.
      • size

        public int size()

        Gets Size

        Specified by:
        size in interface com.aspose.ms.System.Collections.ICollection<DataRow>
        Returns:
        an integer.
      • get

        public DataRow get(int i)

        get.

        Parameters:
        i - a int.
        Returns:
        a DataRow object.
      • add

        public void add(DataRow dataRow)

        add.

        Parameters:
        dataRow - a DataRow object.
      • add

        public void add(Object[] objects)

        add.

        Parameters:
        objects - an array of Object objects.