[]
Get the column count.
int GetColumnCount()
Function GetColumnCount() As Integer
| Type | Description |
|---|---|
| int | The column count. |
ITableDataSource dataSource = new ExampleTableDataSource();
int columnCount = dataSource.GetColumnCount();