Skip to content

Instantly share code, notes, and snippets.

@EliJDonahue
Created October 25, 2017 21:25
Show Gist options
  • Save EliJDonahue/120e8ac4cb71080b70095518d454f716 to your computer and use it in GitHub Desktop.
Save EliJDonahue/120e8ac4cb71080b70095518d454f716 to your computer and use it in GitHub Desktop.
An example of using applySQL (not recommended)
Innovator inn = this.getInnovator();
string sql = "SELECT * FROM innovator.[PART] WHERE item_number='PART-00001'";
Item part = inn.applySQL(sql);
return part;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment