【发布时间】:2014-10-09 10:11:15
【问题描述】:
Take()如何使用下面的代码?
var context = new Entities();
BindingSource bi = new BindingSource();
var TableName = cboSelectTable.Text.ToString();
bi.DataSource = context.GetType().GetProperty(TableName).GetValue(context, null);
谢谢。
【问题讨论】: