 
 
  
  
MobiLink Synchronization User's Guide
  Writing Synchronization Scripts in .NET
    Writing .NET synchronization logic
The following table shows SQL data types and the corresponding .NET data types for MobiLink script parameters.
| SQL data type | Corresponding .NET data type | 
|---|---|
| VARCHAR | string | 
| CHAR | string | 
| INTEGER | int | 
| BINARY | byte [ ] | 
| TIMESTAMP | DateTime | 
| INOUT INTEGER | ref int | 
| INOUT VARCHAR | ref string | 
| INOUT CHAR | ref string | 
| INOUT BYTEARRAY | ref byte [ ] | 
 
 
  
 