Gets the SQL inserts for the data table
Namespace:
System
Assembly:
deDataAccess (in deDataAccess.dll)
public static string getSQLInserts(
DataTable oDT,
string tableName
)
Public Shared Function getSQLInserts ( _
oDT As DataTable, _
tableName As String _
) As String
public:
static String^ getSQLInserts(
DataTable^ oDT,
String^ tableName
)
Parameters
- oDT
- Type: DataTable
The data table
- tableName
- Type: String
Name of the table.
Return Value
System.String.