{CompanyName} FlexyGo

DataManager..::..DropTable Method

Deletes a table in the current database

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

Syntax


public bool DropTable(
	string tableName
)
Public Function DropTable ( _
	tableName As String _
) As Boolean

Parameters

tableName
Type: String
name of the table

Return Value

Boolean