2using System.Threading.Tasks;
39 Task<ILambdaExpression>
this[
string Name] {
get; }
Interface for database connections
Task< IElement > ExecuteSqlStatement(string Statement)
Executes an SQL Statement on the database.
Task< ILambdaExpression > GetProcedure(string Name)
Creates a lambda expression for accessing a stored procedure.
Task< IElement > GetSchema(string Name)
Gets a Schema table, given its collection name.
Base interface for lambda expressions.