Example #1
0
        public void Compile_003()
        {
            var target = new DynamicSQLinqLambdaExpression <string>(string.Empty, null);

            target.Compile(parameterNamePrefix: " ");
        }
 public void Compile_003()
 {
     var target = new DynamicSQLinqLambdaExpression<string>(string.Empty, null);
     target.Compile(parameterNamePrefix: " ");
 }