Skip to content

Instantly share code, notes, and snippets.

@JamesRandall
Created March 18, 2018 11:23
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 JamesRandall/5061347b054abfe0c48a2af6858e8836 to your computer and use it in GitHub Desktop.
Save JamesRandall/5061347b054abfe0c48a2af6858e8836 to your computer and use it in GitHub Desktop.
Gets the values for a property from an Umbraco database
select cpd.* from cmsPropertyData cpd
inner join cmsPropertyType cpt
on cpt.id = cpd.propertytypeid
and cpt.Alias='%propname%'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment