| 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(Array arg0,
int arg1) |
DataRow |
get(int i)
get.
|
Object |
getSyncRoot()
Gets Sync Root
|
boolean |
isSynchronized()
Defines is Synchronized
|
IEnumerator<DataRow> |
iterator()
Gets Iterator
|
int |
size()
Gets Size
|
public IEnumerator<DataRow> iterator()
Gets Iterator
public void copyTo(Array arg0,
int arg1)
copyTo in interface ICollection<DataRow>public Object getSyncRoot()
Gets Sync Root
getSyncRoot in interface ICollection<DataRow>public boolean isSynchronized()
Defines is Synchronized
isSynchronized in interface ICollection<DataRow>public int size()
Gets Size
size in interface ICollection<DataRow>Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.