create a new table with given,root,record tag ,in the given database of the given user
Namespace: White_TigerAssembly: White Tiger (in White Tiger.dll) Version: 0.1.3.5 (0.1.3.5)
Syntax
C# |
---|
public void CreateTable(
string root,
string recordtag,
string username,
string pass,
string dbname,
string tablename,
string[] TableCells
) |
Visual Basic |
---|
Public Sub CreateTable (
root As String,
recordtag As String,
username As String,
pass As String,
dbname As String,
tablename As String,
TableCells As String()
) |
Visual C++ |
---|
public:
virtual void CreateTable(
String^ root,
String^ recordtag,
String^ username,
String^ pass,
String^ dbname,
String^ tablename,
array<String^>^ TableCells
) sealed |
Implements
IWhiteTigerService..::..CreateTable(String, String, String, String, String, String, array<String>[]()[][])
See Also