DataColumnCollection
Contents
[
Hide
]Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.ms.System.Collections.ICollection
public class DataColumnCollection implements System.Collections.ICollection<DataColumn>
DataColumnCollection class.
Constructors
| Constructor | Description | 
|---|---|
| DataColumnCollection(DataTable dataTable) | Constructor for DataColumnCollection. | 
Methods
| Method | Description | 
|---|---|
| add(DataColumn dataColumn) | add. | 
| add(String columnName) | add. | 
| contains(String name) | contains. | 
| copyTo(System.Array arg0, int arg1) | {@inheritDoc} | 
| equals(Object arg0) | |
| getClass() | |
| getColumnName(int ordinal) | getColumnName. | 
| 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) | 
DataColumnCollection(DataTable dataTable)
public DataColumnCollection(DataTable dataTable)
Constructor for DataColumnCollection.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| dataTable | DataTable | a DataTable object. | 
add(DataColumn dataColumn)
public void add(DataColumn dataColumn)
add.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| dataColumn | DataColumn | a DataColumn object. | 
add(String columnName)
public void add(String columnName)
add.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| columnName | java.lang.String | a java.lang.String object. | 
contains(String name)
public boolean contains(String name)
contains.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| name | java.lang.String | a java.lang.String object. | 
Returns: boolean - a boolean.
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
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getColumnName(int ordinal)
public String getColumnName(int ordinal)
getColumnName.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| ordinal | int | a int. | 
Returns: java.lang.String - a java.lang.String object.
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<DataColumn> iterator()
Gets Iterator
Returns: com.aspose.ms.System.Collections.IEnumerator<com.aspose.email.DataColumn> - 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 |