{CompanyName} FlexyGo

IDataManagerConnector..::..DropTable Method

Deletes a table in the current database

Namespace:  FLEXYGO.Data
Assembly:  flxDataManager (in flxDataManager.dll)

Syntax


bool DropTable(
	DataManager dm,
	string tableName
)
Function DropTable ( _
	dm As DataManager, _
	tableName As String _
) As Boolean

Parameters

dm
Type: FLEXYGO.Data..::..DataManager
Datamanager to execute the query
tableName
Type: String
name of the table

Return Value

Boolean