ISqlConnectionService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |