Created
October 25, 2017 21:25
-
-
Save EliJDonahue/120e8ac4cb71080b70095518d454f716 to your computer and use it in GitHub Desktop.
An example of using applySQL (not recommended)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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