[]
Sets the column names for the table. The count of array names must equal the count of table columns. Each element must not be null or empty and each element must be unique (not case sensitive) in the array names.
public bool SetColumnNames(string[] names)
Public Function SetColumnNames(names As String()) As Boolean
Type | Name | Description |
---|---|---|
string[] | names | Array of table column names. |
Type | Description |
---|---|
bool | true if set successfully; otherwise, returns false. |