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

SAP Sybase SQL Anywhere 16.0 (Deutsch) » MobiLink - Serveradministration » MobiLink-Server-APIs » Synchronisationsskripten in .NET » .NET-Synchronisationslogik

 

SQL-.NET-Datentypen

Die nachstehende Tabelle enthält SQL-Datentypen und die jeweils entsprechenden .NET-Datentypen.

SQL-Datentyp Entsprechender .NET-Datentyp

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