Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.1 » Mobile Link サーバー管理 » Mobile Link サーバー API » .NET での同期スクリプトの作成 » .NET 同期論理の作成の概要

 

SQL データ型と .NET データ型

次の表は、Mobile Link スクリプトパラメーターの SQL データ型とそれに対応する .NET データ型を示します。

SQL データ型 .NET データ型

VARCHAR

string

CHAR

string

INTEGER

int

BIGINT

long

BINARY

byte [ ]

TIMESTAMP

DateTime

INOUT INTEGER

ref int

INOUT VARCHAR

ref string

INOUT CHAR

ref string

INOUT BYTEARRAY

ref byte [ ]

INOUT TIMESTAMP

ref DateTime