DbOpenInfo Class |
|
Namespace: XSharp.RDD.Support
The DbOpenInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| DbOpenInfo | Initializes a new instance of the DbOpenInfo class | |
| DbOpenInfo(String, String, DWord, Logic, Logic) | Construct a DbOpenInfo object. |
| Name | Description | |
|---|---|---|
| FileMode | Return the numeric FileMode based on the Shared and Readonly flags | |
| FullName | Construct a DbOpenInfo object. |
| Name | Description | |
|---|---|---|
| Alias | Unique Alias that the table has. This must be a valid XBase Identifier | |
| Extension | The extension for the table that must be opened. | |
| FileName | The filename (optionally includig a path) for the table that must be opened. Does not have an extension. | |
| ReadOnly | Should the table be opened Readonly? | |
| Shared | Should the table be opened Shared? | |
| Workarea | Workarea number in which the table will be opened. |