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