DataRowCollection
Contents
[
Hide
]Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.ms.System.Collections.ICollection
public class DataRowCollection implements System.Collections.ICollection<DataRow>
DataRowCollection class.
Constructors
Constructor | Description |
---|---|
DataRowCollection(DataTable dataTable) | Constructor for DataRowCollection. |
Methods
Method | Description |
---|---|
add(DataRow dataRow) | add. |
add(Object[] objects) | add. |
copyTo(System.Array arg0, int arg1) | {@inheritDoc} |
equals(Object arg0) | |
get(int i) | get. |
getClass() | |
getSyncRoot() | Gets Sync Root |
hashCode() | |
isSynchronized() | Defines is Synchronized |
iterator() | Gets Iterator |
notify() | |
notifyAll() | |
size() | Gets Size |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
DataRowCollection(DataTable dataTable)
public DataRowCollection(DataTable dataTable)
Constructor for DataRowCollection.
Parameters:
Parameter | Type | Description |
---|---|---|
dataTable | DataTable | a DataTable object. |
add(DataRow dataRow)
public void add(DataRow dataRow)
add.
Parameters:
Parameter | Type | Description |
---|---|---|
dataRow | DataRow | a DataRow object. |
add(Object[] objects)
public void add(Object[] objects)
add.
Parameters:
Parameter | Type | Description |
---|---|---|
objects | java.lang.Object[] | an array of java.lang.Object objects. |
copyTo(System.Array arg0, int arg1)
public void copyTo(System.Array arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | com.aspose.ms.System.Array | |
arg1 | int |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
get(int i)
public DataRow get(int i)
get.
Parameters:
Parameter | Type | Description |
---|---|---|
i | int | a int. |
Returns: DataRow - a DataRow object.
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getSyncRoot()
public Object getSyncRoot()
Gets Sync Root
Returns: java.lang.Object - a object.
hashCode()
public native int hashCode()
Returns: int
isSynchronized()
public boolean isSynchronized()
Defines is Synchronized
Returns: boolean - a boolean.
iterator()
public System.Collections.IEnumerator<DataRow> iterator()
Gets Iterator
Returns: com.aspose.ms.System.Collections.IEnumerator<com.aspose.email.DataRow> - an iterator.
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
size()
public int size()
Gets Size
Returns: int - an integer.
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |