Skip to content

Commit

Permalink
Sorry Daryl, QEFactory is a bit hard to fix, not really ready
Browse files Browse the repository at this point in the history
  • Loading branch information
rappen committed Jan 25, 2023
1 parent c092d8f commit ddd03f2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions FetchXmlBuilder/Converters/CSharpCodeGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1271,13 +1271,13 @@ internal static QExStyle[] GetComboBoxItems()
// ClassName = "Microsoft.Xrm.Sdk.Client",
// HelpUrl = "https://learn.microsoft.com/en-us/power-apps/developer/data-platform/org-service/build-queries-with-linq-net-language-integrated-query",
//},
new QExStyle
{
Tag = QExStyleEnum.QueryExpressionFactory,
Creator = "Daryl LaBar",
ClassName = "DLaB.Xrm",
HelpUrl = "https://github.com/daryllabar/DLaB.Xrm/wiki/Query-Helpers",
},
//new QExStyle
//{
// Tag = QExStyleEnum.QueryExpressionFactory,
// Creator = "Daryl LaBar",
// ClassName = "DLaB.Xrm",
// HelpUrl = "https://github.com/daryllabar/DLaB.Xrm/wiki/Query-Helpers",
//},
new QExStyle
{
Tag = QExStyleEnum.FluentQueryExpression,
Expand Down

0 comments on commit ddd03f2

Please sign in to comment.