Table of Contents

SqlQueryPreview 类

命名空间
ShadowSql.Previews
程序集
ShadowSql.Core.dll

预览Sql查询

public class SqlQueryPreview : ComplexLogicPreview, IPreview<AtomicLogic>
继承
SqlQueryPreview
实现
继承成员

构造函数

SqlQueryPreview(SqlConditionLogic, ComplexLogicBase)

预览Sql查询

public SqlQueryPreview(SqlConditionLogic conditions, ComplexLogicBase logics)

参数

conditions SqlConditionLogic
logics ComplexLogicBase

属性

Conditions

Sql查询条件

public SqlConditionLogic Conditions { get; }

属性值

SqlConditionLogic

方法

Init()

初始化

protected override void Init()