I try use code first with a column of xmltype...In my db: ...TIPOS_GRIFOS...ID_TIPOS_GRIFOS : NUMBER(38,0)...DESC_TIPOS_GRIFOS : VARCHAR2(250 BYTE)...CONFIG : XMLTYPE...In my code:...[Table("TIPOS_GRIFOS")]
public class TiposGrifos : BaseEntity
{
[Col...