Adds given columns to the table
Namespace: White_TigerAssembly: White Tiger (in White Tiger.dll) Version: 0.1.3.5 (0.1.3.5)
Syntax
C# |
---|
public void AddColumns(
string root,
string recordtag,
string username,
string pass,
string dbname,
string table,
Object[] cols,
bool autoupd
) |
Visual Basic |
---|
Public Sub AddColumns (
root As String,
recordtag As String,
username As String,
pass As String,
dbname As String,
table As String,
cols As Object(),
autoupd As Boolean
) |
Visual C++ |
---|
public:
virtual void AddColumns(
String^ root,
String^ recordtag,
String^ username,
String^ pass,
String^ dbname,
String^ table,
array<Object^>^ cols,
bool autoupd
) sealed |
Implements
IWhiteTigerService..::..AddColumns(String, String, String, String, String, String, array<Object>[]()[][], Boolean)
See Also