adds the given values 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 AddRow( string username, string pass, string dbname, string table, Object[] vals ) |
Visual Basic |
---|
Public Sub AddRow ( username As String, pass As String, dbname As String, table As String, vals As Object() ) |
Visual C++ |
---|
public: void AddRow( String^ username, String^ pass, String^ dbname, String^ table, array<Object^>^ vals ) |
Parameters
- username
- Type: System..::..String
user's name table belongs to
- pass
- Type: System..::..String
password of user
- dbname
- Type: System..::..String
name of database
- table
- Type: System..::..String
name of table
- vals
- Type: array<System..::..Object>[]()[][]
values to add