Dbc.Delete Method | |
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax STATIC METHOD Delete(
cDatabaseName AS STRING,
lDeleteTables AS LOGIC,
lRecycle AS LOGIC
) AS LOGIC
public static bool Delete(
string cDatabaseName,
bool lDeleteTables,
bool lRecycle
)
Request Example
View SourceParameters
- cDatabaseName
- Type: String
- lDeleteTables
- Type: Logic
- lRecycle
- Type: Logic
Return Value
Type:
LogicSee Also