Skip to content

Commit

Permalink
Fixed build error
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMpn committed Nov 13, 2021
1 parent c0072d2 commit 836b1ad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion MarkMpn.Sql4Cds.SSMS/QueryExecutionOptions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System.Collections.Generic;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using MarkMpn.Sql4Cds.Engine;
using Microsoft.Xrm.Sdk.Metadata;
Expand Down Expand Up @@ -43,6 +44,8 @@ public QueryExecutionOptions(SqlScriptEditorControlWrapper sqlScriptEditorContro

public bool BypassCustomPlugins => _options.BypassCustomPlugins;

public Guid UserId => Guid.Empty;

public bool ConfirmInsert(int count, EntityMetadata meta)
{
if (count == 1)
Expand Down

0 comments on commit 836b1ad

Please sign in to comment.