Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 3a4211f

Browse files
committed
IsColumnAccess: changed accessibility level
1 parent b58059a commit 3a4211f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceStack.OrmLite/Expressions/SqlExpression.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1715,7 +1715,7 @@ private object GetNotValue(object o)
17151715
return new PartialSqlString("NOT (" + o + ")");
17161716
}
17171717

1718-
private bool IsColumnAccess(MethodCallExpression m)
1718+
protected virtual bool IsColumnAccess(MethodCallExpression m)
17191719
{
17201720
if (m.Object == null)
17211721
return false;

0 commit comments

Comments
 (0)