Skip to content

Instantly share code, notes, and snippets.

@jtaubensee
Created June 8, 2016 14:31
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 jtaubensee/d7ecf1c9c1cb7049bb9ba9a15480586c to your computer and use it in GitHub Desktop.
Save jtaubensee/d7ecf1c9c1cb7049bb9ba9a15480586c to your computer and use it in GitHub Desktop.
var message = new BrokeredMessage();
message.Properties["datetime"] = DateTime.Now;
var sqlFilter = new SqlFilter("datetime > '2016-06-06'");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment