Skip to content

Commit c16801b

Browse files
committed
1 parent 22cc012 commit c16801b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Simple.Data/SimpleQuery.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,8 @@ private SimpleQuery ParseWith(InvokeMemberBinder binder, object[] args)
455455
{
456456
return With(args, WithType.Many);
457457
}
458+
459+
throw new ArgumentException("WithTable form does not accept parameters");
458460
}
459461

460462
var objectName = binder.Name.Substring(4);

0 commit comments

Comments
 (0)