Constructor and Description |
---|
DataRowCollection(DataTable dataTable)
Constructor for DataRowCollection.
|
Modifier and Type | Method and Description |
---|---|
void |
add(DataRow dataRow)
add.
|
void |
add(Object[] objects)
add.
|
void |
copyTo(com.aspose.ms.System.Array arg0,
int arg1) |
DataRow |
get(int i)
get.
|
Object |
getSyncRoot()
Gets Sync Root
|
boolean |
isSynchronized()
Defines is Synchronized
|
com.aspose.ms.System.Collections.IEnumerator<DataRow> |
iterator()
Gets Iterator
|
int |
size()
Gets Size
|
public com.aspose.ms.System.Collections.IEnumerator<DataRow> iterator()
Gets Iterator
public void copyTo(com.aspose.ms.System.Array arg0, int arg1)
copyTo
in interface com.aspose.ms.System.Collections.ICollection<DataRow>
public Object getSyncRoot()
Gets Sync Root
getSyncRoot
in interface com.aspose.ms.System.Collections.ICollection<DataRow>
public boolean isSynchronized()
Defines is Synchronized
isSynchronized
in interface com.aspose.ms.System.Collections.ICollection<DataRow>
public int size()
Gets Size
size
in interface com.aspose.ms.System.Collections.ICollection<DataRow>