CodeFirst でサポートされている シンプルタイプ(スカラー型)

samatsu 7/11/2015 1185 N/A Code First

Code First (Entity Framework) で次の Simple Type を使えます。最新バージョンでは増えているかもしれませんが、正確には公式のドキュメントを参照してください。

Type 既定のCLR型のマッピング
Binary Byte
Boolean Boolean
Byte Byte
DateTime DateTime
DateTimeOffset DateTimeOffset
Decimal Decimal
Double Double
Guid Guid
Int16 Int16
Int32 Int32
Int64 Int64
SByte SByte
Single Single
String String
Time TimeSpan

参考URLを記載します。