IDapperSource 接口 命名空间Dapper.Shadow 程序集Dapper.Shadow.Core.dll Dapper数据源 public interface IDapperSource : ITableView, ISqlEntity 继承成员 ITableView.Fields ITableView.GetField(string) ITableView.GetCompareField(string) ITableView.NewField(string) ISqlEntity.Write(ISqlEngine, StringBuilder) 扩展方法 DapperShadowCoreServices.CountAsync(IDapperSource, object?, CancellationToken) DapperShadowCoreServices.LongCountAsync(IDapperSource, object?, CancellationToken) DapperShadowCoreServices.CountAsync(ITableView, IExecutor, object?, CancellationToken) DapperShadowCoreServices.LongCountAsync(ITableView, IExecutor, object?, CancellationToken) ShadowSqlCoreServices.Field(ITableView, string) ShadowSqlCoreServices.Fields(ITableView, params IEnumerable<string>) ShadowSqlCoreServices.Strict(ITableView, string) 属性 Executor 执行器 IExecutor Executor { get; } 属性值 IExecutor