mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
added marr.datamapper source code for easy debugging.
This commit is contained in:
16
Marr.Data/QGen/IQuery.cs
Normal file
16
Marr.Data/QGen/IQuery.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace Marr.Data.QGen
|
||||
{
|
||||
internal interface IQuery
|
||||
{
|
||||
/// <summary>
|
||||
/// Generates a SQL query for a given entity.
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
string Generate();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user