ProvBratnet.TransferTable Method
Parameters
- branch
- int
The branch number is as sent in the issuer.branch.
- FromTable
- string
The table number is as sent in the elements.tableAA
- ToTable
- string
The new table number, ex T58
Return Value
Dictionary<string, string>
var bra = new ProvBratnet("bratnetUser", "bratnetPassword", "bratnetAPIKey", "arbUser", "arbKey", false);
Dictionary<string, string> result = bra.TransferTable(0, "T57", "T58");
This language is not supported or no code example is available.