Skip to content

Commit

Permalink
Hide SourceExpression property from property grid
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMpn committed Mar 25, 2022
1 parent e264d59 commit 9c805a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MarkMpn.Sql4Cds.Engine/ExecutionPlan/SelectNode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ class SelectColumn
/// <remarks>
/// Used for error reporting only
/// </remarks>
[Browsable(false)]
public TSqlFragment SourceExpression { get; set; }

/// <summary>
Expand Down

0 comments on commit 9c805a9

Please sign in to comment.