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.
PetaPoco [Micro ORM] コードを見ると、
else if (t == typeof(Guid)) { p.Value = item.ToString(); p.DbType = DbType.String; p.Size = 40; }
なぜペタポコはこの決定を下すのですか?GUID をバイナリではなく文字列として記述しますか?
GUID が文字列にマップされている場合、アプリケーションの外部からデータベースをクエリする方がはるかに簡単です。