LinqToDB.Identity
LinqToDB.Identity copied to clipboard
Easy way to change the key type?
From a quick look at the code I saw that the users TKey is hard coded as string, is that correct? However, is there an easy way to use an int? Or do I have to re-implement the interfaces myself?
@ili could you provide answer?