C# Class ViceIO.Data.DbQueryRunner

Inheritance: IDbQueryRunner
Afficher le fichier Open project: georgidelchev/ViceIO

Méthodes publiques

Méthode Description
DbQueryRunner ( ViceIO.Data.ApplicationDbContext context ) : System
Dispose ( ) : void
RunQueryAsync ( string query ) : Task

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

DbQueryRunner() public méthode

public DbQueryRunner ( ViceIO.Data.ApplicationDbContext context ) : System
context ViceIO.Data.ApplicationDbContext
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

RunQueryAsync() public méthode

public RunQueryAsync ( string query ) : Task
query string
Résultat Task