using Apewer; using System; using System.Collections.Generic; using System.Data; namespace Apewer.Source { /// 数据库引擎接口。 public interface IDbClient : IDisposable, IDbClientBase, IDbClientAdo, IDbClientOrm { } }