Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BuildSql(SingleOperationNode, Node) or BuildSql(Node, SingleOperationNode) #7

Open
GoogleCodeExporter opened this issue Apr 28, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

        [LambdaSqlBuilder.SqlLamTable(Name = "Test")]
        public class Test
        {
            [LambdaSqlBuilder.SqlLamColumn(Name = "a")]
            public short a {get; set;}
        }
        public void TestFunction()
        {
            Test c = new Test();
            var query = new SqlLam<Test>()
                .Where(t => t.a == c.a);
        }

Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: ambiguous exception
LambdaSqlBuilder.Resolver.LambdaResolver.BuildSql(LambdaSqlBuilder.Resolver.Expr
essionTree.SingleOperationNode, LambdaSqlBuilder.Resolver.ExpressionTree.Node, 
System.Linq.Expressions.ExpressionType)
LambdaSqlBuilder.Resolver.LambdaResolver.BuildSql(LambdaSqlBuilder.Resolver.Expr
essionTree.Node, LambdaSqlBuilder.Resolver.ExpressionTree.SingleOperationNode, 
System.Linq.Expressions.ExpressionType)

Original issue reported on code.google.com by taiyoung...@gmail.com on 17 Apr 2015 at 10:01

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant