Drop the contents of a table and reload the new data

Namespace:  HS.Sys.TheEnterprise.Common.Laserbear
Assembly:  Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

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

Parameters

filename
Type: System..::.String
Filename of the file to load
dataTable
Type: System..::.String
Table to load the data into

See Also