Exemplo n.º 1
0
 private void simpleButton1_Click(object sender, EventArgs e)
 {
     this.gridControl1.DataSource = _Db.CreateTable("SELECT * FROM dbo.TestTable");
 }