Skip to content

Instantly share code, notes, and snippets.

@vector623
Last active March 19, 2018 14:35
Show Gist options
  • Save vector623/16542699bae26f18c108d4f82a56ad19 to your computer and use it in GitHub Desktop.
Save vector623/16542699bae26f18c108d4f82a56ad19 to your computer and use it in GitHub Desktop.
Example of assignment statement
var apolloUpdateAdjustment = new Apollo.UpdateAdjustment();
apolloUpdateAdjustment.itemid = Convert.ToInt64(record["ItemID"].ToString());
apolloUpdateAdjustment.reason_for_update = record["Reason For Update"].ToString();
apolloUpdateAdjustment.release_date = record["Release Date"].ToString();
apolloUpdateAdjustment.prosales = record["ProSales"].ToString();
apolloUpdateAdjustment.supply = record["SUPPLY"].ToString();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment