Skip to content

Commit

Permalink
Made IScalarSelectClause.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
nkosi23 authored and jeremydmiller committed Dec 10, 2024
1 parent 3c6fb96 commit 4143f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Marten/Linq/SqlGeneration/IScalarSelectClause.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#nullable enable
namespace Marten.Linq.SqlGeneration;

internal interface IScalarSelectClause
public interface IScalarSelectClause
{
string MemberName { get; }
void ApplyOperator(string op);
Expand Down

0 comments on commit 4143f7f

Please sign in to comment.