Browse Source

Remove useless Type (we get it from BaseQuery)

master
j4ck 2 years ago
parent
commit
f1ccd7de64
  1. 6
      .idea/.idea.RSND/.idea/vcs.xml
  2. 1
      RSND/Core/Querying/Queries/GetQuery.cs

6
.idea/.idea.RSND/.idea/vcs.xml

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

1
RSND/Core/Querying/Queries/GetQuery.cs

@ -2,7 +2,6 @@
public class GetQuery : IQuery
{
public string Type { get; set; }
public string Table { get; set; }
public string Select { get; set; }
public string Where { get; set; }
Loading…
Cancel
Save