| GrapeCity.Xaml.SpreadSheet.Data Namespace : ConnectionBase Class | 
The following tables list the members exposed by ConnectionBase.
| Name | Description | |
|---|---|---|
|  | AllowInsert | Gets whether the connection allows insert actions. | 
|  | DataFields | Gets the data fields from the connection. | 
|  | DataSource | Get or sets data source | 
|  | IsOpen | Gets whether the connection is open. | 
| Name | Description | |
|---|---|---|
|   | AddExternalConnectionType | Gets the type of the external connection. | 
|  | Cancel | Cancels the connection. | 
|  | CanOpen | Gets whether the data source can be opened. | 
|  | ClearCachedData | Clears cache data of the connection. | 
|  | Close | Closes the connection. | 
|  | Commit | Commits the connection change. | 
|  | GetColumnDataType | Gets the type of the specified column field. | 
|  | GetRecordCount | Gets the number of records. | 
|  | GetValue | Gets the object of the specified record. | 
|  | Insert | Inserts a record in the specified location. | 
|  | Open | Opens the data source. | 
|  | Remove | Removes the specified record. | 
|  | SetValue | Puts a value of the specified type in the field. | 
|  | Update | Updates the specified record. | 
| Name | Description | |
|---|---|---|
|  | GetRecord | Gets the record object of the data source. | 
|  | GetRecordValue | Gets the record value from the specified field. | 
|  | SetRecordValue | Sets the record value in the specified field. |