DbcManager.CreateDatabase 方法 | |
Create a new DBC file
命名空间:
XSharp.RDD
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 STATIC METHOD CreateDatabase(
cFileName AS STRING
) AS LOGIC
public static bool CreateDatabase(
string cFileName
)
查看代码参数
- cFileName
- 类型:String
The fully qualified filename to create.
返回值
类型:
BooleanTRUE when the database file was created successfully.
参见