OdsConnection Class Library  

OdsConnection Members

OdsConnection overview

Public Constructors

public constructorOdsConnection Constructor Initializes a new instance of the OdsConnection class.

Public Properties

public propertyConnectionString Overridden. Gets or sets the string used to open OpenDocument Spreadsheet workbook file.
public propertyConnectionTimeout Overridden. Gets the time to wait while trying to establish a connection before terminating the attempt and generating an error.
public propertyDatabase 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.
public propertyDataSource 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.
public propertyServerVersion Overridden. This property always returns blank string value.
public propertyState Overridden. Gets the current state of the connection.

Public Methods

public methodChangeDatabase This method is not supported.
public methodClose Overridden. Closes the connection to the OpenDocument Spreadsheet Workbook file. This is the preferred method of closing any open connection.
public methodCreateCommand Creates and returns an OdsCommand object associated with the OdsConnection.
public methodGetSchemaTable Returns schema information from OpenDocument Spreadsheet source as indicated by OdsClientSchemaType value.
public methodOpen Overridden. Opens connection with the property settings specified by the ConnectionString.

See Also

OdsConnection Class | xPortTools.OdsClient Namespace