, , , : this.typedDataSet.MyTable.Rows.Count? -? , .
, , DataSource DataMember? , :
bindingSource.DataSource = this.typedDataSet;
bindingSource.DataMember = "MyTable";
dataGridView.DataSource = bindingSource;
bindingSource DataSource this.typedDataSet.MyTable .
, , , / , .