Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はasp.netアプリケーションに取り組んでおり、データベースからエンティティモデル(edmx)を生成しました。データベースで tinyint だったすべてのフィールドがバイトに変換されていることがわかります。プロパティ ウィンドウを使用してタイプを変更してモデルを修正しようとすると、モデルの検証エラーが発生し始めます。
修正方法を教えてください
tinyIntはbyteになり、smallIntはint16になります
http://msdn.microsoft.com/en-us/library/bb896344.aspx