Click or drag to resize

DbOpenInfo Class

X#
Helper class to store information needed to open a table.
Inheritance Hierarchy
Object
  DbOpenInfo

Namespace:  XSharp.RDD.Support
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 CLASS DbOpenInfo
Request Example View Source

The DbOpenInfo type exposes the following members.

Constructors
  NameDescription
Public methodDbOpenInfo
Initializes a new instance of the DbOpenInfo class
Public methodDbOpenInfo(String, String, DWord, Logic, Logic)
Construct a DbOpenInfo object.
Top
Properties
  NameDescription
Public propertyFileMode
Return the numeric FileMode based on the Shared and Readonly flags
Public propertyFullName
Construct a DbOpenInfo object.
Top
Methods
  NameDescription
Public methodClone
Top
Fields
  NameDescription
Public fieldAlias
Unique Alias that the table has. This must be a valid XBase Identifier
Public fieldExtension
The extension for the table that must be opened.
Public fieldFileName
The filename (optionally includig a path) for the table that must be opened. Does not have an extension.
Public fieldReadOnly
Should the table be opened Readonly?
Public fieldShared
Should the table be opened Shared?
Public fieldWorkarea
Workarea number in which the table will be opened.
Top
See Also