我们数据库中的某些字段包含计算函数。select lastname + ', ' + firstname as fullname from contact where contact.id =$contact$詹姆斯我不可能使用我们的软件创建computed_columns。上面的字段是一个文本feild
我需要一个计算列,为此,我计划在TSQL中使用来自sqlserver2014的查询,问题是我不知道如何使用该查询作为我在vb.net中的dataGridView的数据源。我使用的是visual studio 2015。有人能帮我指出正确的方向吗?我只需要在dataGridView中显示查询结果。计算<