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
) |
See Also