Updates the given table
Namespace: White_TigerAssembly: White Tiger (in White Tiger.dll) Version: 0.1.3.5 (0.1.3.5)
Syntax
C# |
---|
public void UpdateTable(
string root,
string recordtag,
string username,
string pass,
string dbname,
string tablename,
List<Object[]> rows
) |
Visual Basic |
---|
Public Sub UpdateTable (
root As String,
recordtag As String,
username As String,
pass As String,
dbname As String,
tablename As String,
rows As List(Of Object())
) |
Visual C++ |
---|
public:
virtual void UpdateTable(
String^ root,
String^ recordtag,
String^ username,
String^ pass,
String^ dbname,
String^ tablename,
List<array<Object^>^>^ rows
) sealed |
Implements
IWhiteTigerService..::..UpdateTable(String, String, String, String, String, String, List<(Of <<'(array<Object>[]()[][]>)>>))
See Also