Skip to content

Instantly share code, notes, and snippets.

Created May 18, 2016 15:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/d6dce851f708c17dc258c4432fd1efd5 to your computer and use it in GitHub Desktop.
Save anonymous/d6dce851f708c17dc258c4432fd1efd5 to your computer and use it in GitHub Desktop.
MyProject.DataSetsFolder.MyDataSet objname = ((MyProject.DataSetsFolder.MyDataSet)(this.FindResource("DSDataGridConfiguracoes")));
MyProject.DataSetsFolder.MyTableAdapter.MyStoreProcedure objname2 = new MyProject.DataSetsFolder.MyDataSet.MyStoreProcedure();
objname2.Fill(MyDataSet.MyStoreProcedure,0,"");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment