Interface ISQLite
public interface ISQLite : IDisposable
- Inherited Members
Methods
Query<T>(string, params object[])
List<T> Query<T>(string query, params object[] args) where T : new()
Parameters
Returns
- List<T>
Type Parameters
T
public interface ISQLite : IDisposable
List<T> Query<T>(string query, params object[] args) where T : new()
T