Dbc.Open 方法 | |
Open a database.
命名空间:
XSharp.RDD
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 STATIC METHOD Open(
cFileName AS STRING,
lShared AS LOGIC,
lReadOnly AS LOGIC,
lValidate AS LOGIC
) AS LOGIC
public static bool Open(
string cFileName,
bool lShared,
bool lReadOnly,
bool lValidate
)
查看代码参数
- cFileName
- 类型:String
- lShared
- 类型:Boolean
- lReadOnly
- 类型:Boolean
- lValidate
- 类型:Boolean
返回值
类型:
Boolean参见