ISqlConnectionService Interface

Definition

A SQL connection service to be used on the indexing data

public interface class ISqlConnectionService
public interface class ISqlConnectionService
__interface ISqlConnectionService
public interface ISqlConnectionService
type ISqlConnectionService = interface
Public Interface ISqlConnectionService

Methods

DeferredQuery<T,Q>(Func<ISqlConnection,IEnumerable<Q>>, Func<ISqlConnection,Q,T>)

Return a deferred query on our storage

DeferredQuery<T>(Func<ISqlConnection,IEnumerable<T>>)

Return a deferred query on our storage

ExecuteAsync(Func<ISqlConnection,Int32>)

Execute a statement on our database

QueryAsync<T>(Func<ISqlConnection,IEnumerable<T>>)

Query our database

Applies to