uniqueidentifier Equivalent DataType In C#
It should be System.Guid or Nullable<Guid>
There is a page on MSDN called Mapping CLR Parameter Data that answers your question and other similar questions you might have.
It should be System.Guid or Nullable<Guid>
There is a page on MSDN called Mapping CLR Parameter Data that answers your question and other similar questions you might have.