public final class DataColumn extends Object
| Constructor and Description | 
|---|
DataColumn(String columnName,
          Class dataType)
Creates a new instance of the DataColumn class. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DataColumn | 
copy()
Copies the DataColumn instance. 
 | 
String | 
getColumnName()  | 
Class | 
getDataType()
Gets the type of data the column contains. 
 | 
DataTable | 
getTable()  | 
public DataTable getTable()
public DataColumn copy()
public Class getDataType()
public String getColumnName()
Copyright © 2021. All rights reserved.