我有来自MY SQl数据库的表查询。我的表格看起来像这样my table image,我只想将表格的日期和时间更改为国家/地区的日期和时间。这是我的数据库映像my database image。我的表日期和时间从数据库中“创建的” rows ..中拉出。这是我的表格代码。
public delegate void DataRequestingEventHandler<TEntity, TEntityKey>(object sender, CommandEventArgs e)
where TEntity : IEntityId<TEntityKey>, new() where TEntityKey : IEntityKey, new();