Skip to content

Instantly share code, notes, and snippets.

@palfrey
Created May 23, 2011 22:11
Show Gist options
  • Select an option

  • Save palfrey/987734 to your computer and use it in GitHub Desktop.

Select an option

Save palfrey/987734 to your computer and use it in GitHub Desktop.
StringLike for EDMX
<Function Name="StringLike" ReturnType="Edm.Boolean">
<Parameter Name="searchingIn" Type="Edm.String" />
<Parameter Name="lookingFor" Type="Edm.String" />
<DefiningExpression>
searchingIn LIKE lookingFor
</DefiningExpression>
</Function>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment