Skip to content

Commit

Permalink
Added stack overflow link
Browse files Browse the repository at this point in the history
  • Loading branch information
robdmoore committed Oct 10, 2015
1 parent 9da3ddf commit f1d8abe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ChameleonForms/Utils/ExpressionExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

namespace ChameleonForms.Utils
{
// http://stackoverflow.com/questions/10898800/combine-two-linq-expressions-to-inject-navigation-property
static class ExpressionExtensions
{
public static Expression<Func<T, TProperty>> Combine<T, TNav, TProperty>(this Expression<Func<T, TNav>> parent, Expression<Func<TNav, TProperty>> nav)
Expand Down

3 comments on commit f1d8abe

@MRCollectiveCI
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity ChameleonForms :: Continuous Integration Build 1.2.1-PullRequest132+040 outcome was SUCCESS
Summary: Tests passed: 3012 Build time: 0:0:0

@MRCollectiveCI
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity ChameleonForms :: Continuous Integration Build 270 is now running

@MRCollectiveCI
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity ChameleonForms :: Continuous Integration Build 1.2.1-PullRequest132+042 outcome was SUCCESS
Summary: Tests passed: 3012 Build time: 0:0:0

Please sign in to comment.