Skip to content

Commit

Permalink
Refactored
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMpn committed Mar 4, 2024
1 parent 0dc6ef3 commit cd0a7b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
6 changes: 6 additions & 0 deletions MarkMpn.Sql4Cds.Engine/FetchXml.Extensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,10 @@ partial class FetchType
[XmlAttribute("datasource")]
public string DataSource { get; set; }
}

partial class FetchOrderType
{
[XmlAttribute]
public string entityname { get; set; }
}
}
9 changes: 0 additions & 9 deletions MarkMpn.Sql4Cds.Engine/FetchXmlExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,4 @@ public static void RemoveAttributes(this FetchEntityType entity)
}
}
}

namespace FetchXml
{
partial class FetchOrderType
{
[XmlAttribute]
public string entityname { get; set; }
}
}
}

0 comments on commit cd0a7b5

Please sign in to comment.