Domanda

I have an application which uses multiple database (Oracle, SQL Server , Informix) and need to mapping a class to different datatypes. For example:

COLUMN: DOCUMENTDATA

ORACLE    DATATYPE: BLOB
SQLSERVER DATATYPE: VARBINARY(MAX)
INFORMIX  DATATYPE: TEXT

How I do it in my classmap?

È stato utile?

Soluzione

You do not need to put it in your mapping, just leave it.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top