Removes the rows that contained the specified values in primary keys
Namespace: White_TigerAssembly: White Tiger (in White Tiger.dll) Version: 0.1.3.5 (0.1.3.5)
Syntax
C# |
---|
public void RemoveRow( string username, string pass, string dbname, string table, Object[] primkeys ) |
Visual Basic |
---|
Public Sub RemoveRow ( username As String, pass As String, dbname As String, table As String, primkeys As Object() ) |
Visual C++ |
---|
public: virtual void RemoveRow( String^ username, String^ pass, String^ dbname, String^ table, array<Object^>^ primkeys ) sealed |
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
[Missing <param name="table"/> documentation for "M:White_Tiger.WhiteTigerService.RemoveRow(System.String,System.String,System.String,System.String,System.Object[])"]
- primkeys
- Type: array<System..::..Object>[]()[][]
values that must have the rows to the primary key values