Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的表中有一个日期时间列,当我通过sqldatareader.getdatetime函数检索该值时,该值未设置为日期时间选择器。
sqldatareader.getdatetime
这是我的代码
dateTimePicker2.Value = read.GetDateTime(0);
EmployeeDC is having following properties - EmployeeID, EmployeeName, EmployeeLocation. From Database List is returning. How to map this to List using Automapper or any other mechanis
EmployeeID, EmployeeName, EmployeeLocation