I want to port some .net Framework code to dotnet core. I don't know how to change this part, since System.Data.Linq.Binary is not part of dotnet core?
public interface ICheckConcurrentUpdates : IId
{
Binary RowVersion
{
get;
set;
}
}
do you guys have any idea?
I solved it by using byte [] instead of Binary.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With