摘要:
public class LockTest { private IDatabase _database; private readonly Random _random = new Random(); private int _num = 0; [SetUp] public void SetUp() 阅读全文
摘要:
Timestamp对于EF实体的类型是byte[] class Program { static void Main(string[] args) { using (var context = new DbContext()) { var val = BitConverter.GetBytes(0x 阅读全文