TxtConnection Constructor | Initializes a new instance of the TxtConnection class. |
ConnectionString | Gets or sets the string used to open folder containing text file(s). |
ConnectionTimeout | Gets the time to wait while trying to establish a connection before terminating the attempt and generating an error. |
Database | Gets the name of the current text files folder or the folder to be used after a connection is opened. |
State | Gets the current state of the connection. |
ChangeDatabase | Changes the current folder that contains source text files. |
Close | Closes the connection to the folder. This is the preferred method of closing any open connection. |
CreateCommand | Creates and returns an TxtCommand object associated with the TxtConnection. |
Open | Opens connection with the property settings specified by the ConnectionString. |