Skip to content

Instantly share code, notes, and snippets.

@jtaubensee
Created June 24, 2016 17:59
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/774abce6ac6bf90b9a2038fd729a5dee to your computer and use it in GitHub Desktop.
Save jtaubensee/774abce6ac6bf90b9a2038fd729a5dee to your computer and use it in GitHub Desktop.
RuleAction action = ProcessRuleAction(
new SqlRuleAction("SET user.MyNewProperty = 'ABC' + Property(@propertyName)")
{
Parameters =
{
{ "@propertyName", "MyProperty" }
}
});
action.Execute(message);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment