Skip to content

Commit

Permalink
Moving table designer to sqlcore (#2328)
Browse files Browse the repository at this point in the history
* init commit

* Fix compilation issues

* making move item private

* Add data contract attributes to classes

* Fixing obj name

* removing abstract from component prop base as it was giving  some issues in JSON serialization.
  • Loading branch information
aasimkhan30 authored Mar 4, 2024
1 parent e160174 commit 1aba953
Show file tree
Hide file tree
Showing 47 changed files with 7,412 additions and 7,108 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ public static class ReliableConnectionHelper
{
private const int PCU1BuildNumber = 2816;
public readonly static SqlConnectionStringBuilder BuilderWithDefaultApplicationName = new SqlConnectionStringBuilder("server=(local);");

private const string ServerNameLocalhost = "localhost";
private const string SqlProviderName = "System.Data.SqlClient";

Expand Down
Loading

0 comments on commit 1aba953

Please sign in to comment.