OdsConnection Constructor | Initializes a new instance of the OdsConnection class. |
ConnectionString | Overridden. Gets or sets the string used to open OpenDocument Spreadsheet workbook file. |
ConnectionTimeout | Overridden. Gets the time to wait while trying to establish a connection before terminating the attempt and generating an error. |
Database | Overridden. Gets the name of the current OpenDocument Spreadsheet Workbook file or the OpenDocument Spreadsheet Workbook file to be used after a connection is opened. |
DataSource | Overridden. Gets the name of the current OpenDocument Spreadsheet Workbook file or the OpenDocument Spreadsheet Workbook file to be used after a connection is opened. |
ServerVersion | Overridden. This property always returns blank string value. |
State | Overridden. Gets the current state of the connection. |
ChangeDatabase | This method is not supported. |
Close | Overridden. Closes the connection to the OpenDocument Spreadsheet Workbook file. This is the preferred method of closing any open connection. |
CreateCommand | Creates and returns an OdsCommand object associated with the OdsConnection. |
GetSchemaTable | Returns schema information from OpenDocument Spreadsheet source as indicated by OdsClientSchemaType value. |
Open | Overridden. Opens connection with the property settings specified by the ConnectionString. |