Remove useless Type (we get it from BaseQuery)
This commit is contained in:
parent
af978406a4
commit
f1ccd7de64
|
@ -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>
|
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
public class GetQuery : IQuery
|
public class GetQuery : IQuery
|
||||||
{
|
{
|
||||||
public string Type { get; set; }
|
|
||||||
public string Table { get; set; }
|
public string Table { get; set; }
|
||||||
public string Select { get; set; }
|
public string Select { get; set; }
|
||||||
public string Where { get; set; }
|
public string Where { get; set; }
|
||||||
|
|
Loading…
Reference in New Issue