摘要:
一、C# vs SQLite: C# SQLite 字段名 类型 库类型 GetFieldType(#) 转换 备注 F_BOOL bool BIT NOT NULL Boolean F_BOOL_NULL bool? BIT Boolean F_SBYTE sbyte INT8 NOT NULL 阅读全文
摘要:
项目中用的EF,数据库oracle,entity实体的字段类型是int,oracle的类型是number(3) 在EF保存时报错," Unable to cast object of type 'System.Int16' to type 'System.Byte' " 网上有的文章说oracle 阅读全文