TxtConnection Class Library  

TxtConnection Members

TxtConnection overview

Public Constructors

public constructorTxtConnection Constructor Initializes a new instance of the TxtConnection class.

Public Properties

public propertyConnectionString Gets or sets the string used to open folder containing text file(s).
public propertyConnectionTimeout Gets the time to wait while trying to establish a connection before terminating the attempt and generating an error.
public propertyDatabase Gets the name of the current text files folder or the folder to be used after a connection is opened.
public propertyState Gets the current state of the connection.

Public Methods

public methodChangeDatabase Changes the current folder that contains source text files.
public methodClose Closes the connection to the folder. This is the preferred method of closing any open connection.
public methodCreateCommand Creates and returns an TxtCommand object associated with the TxtConnection.
public methodOpen Opens connection with the property settings specified by the ConnectionString.

See Also

TxtConnection Class | xPortTools.TxtClient Namespace