亚音速 3.0.0.3 | 简单存储库 | 将 byte[] 保存到 varbinary
我有一个模型,具有 byte[]
类型的属性,以及 SQL Server 上 varbinary(128)
类型的对应字段。
储蓄进展顺利。 但问题是我的密码字段始终为 NULL。
guser.Password = Encoding.ASCII.GetBytes("sample");
repo.Add(guser);
这是错误还是用户错误?
I have a Model, with a property of type byte[]
, with corresponding field equivalent on SQL Server of type varbinary(128)
.
Saving went well. but the problem is my password field is always NULL.
guser.Password = Encoding.ASCII.GetBytes("sample");
repo.Add(guser);
Is this a bug or a user error?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论