[This is preliminary documentation and is subject to change.]
Assembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public void UpdateCurrencyRate( int groupId, int userId, DataTable dt )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub UpdateCurrencyRate ( _ groupId As Integer, _ userId As Integer, _ dt As DataTable _ )  | 
| Visual C++ | 
|---|
public: void UpdateCurrencyRate( int groupId, int userId, DataTable^ dt )  | 
Parameters
- groupId
 - Type: System..::.Int32
 
- userId
 - Type: System..::.Int32
 
- dt
 - Type: System.Data..::.DataTable
 
