Drop the contents of a table and reload the new data

Namespace:  HS.Sys.TheEnterprise.Common.Wrecks
Assembly:  Wrecks (in Wrecks.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static void DropReloadDataTable(
	string filename,
	string dataTable,
	string connectionString
)
Visual Basic (Declaration)
Public Shared Sub DropReloadDataTable ( _
	filename As String, _
	dataTable As String, _
	connectionString As String _
)
Visual C++
public:
static void DropReloadDataTable(
	String^ filename, 
	String^ dataTable, 
	String^ connectionString
)

Parameters

filename
Type: System..::.String
Filename of the file to load
dataTable
Type: System..::.String
Table to load the data into
connectionString
Type: System..::.String
Connection string for SQL server

See Also