点击或拖拽改变大小

DbOpenInfo 类

X#
Helper class to store information needed to open a table.
继承层次
Object
  DbOpenInfo

命名空间:  XSharp.RDD.Support
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 CLASS DbOpenInfo
查看代码

DbOpenInfo 类型公开以下成员。

构造函数
属性
  名称说明
公共属性FileMode
Return the numeric FileMode based on the Shared and Readonly flags
公共属性FullName
Construct a DbOpenInfo object.
Top
方法
  名称说明
公共方法Clone
Top
字段
  名称说明
公共字段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.
Top
参见