SqlQueryPreview 类
预览Sql查询
public class SqlQueryPreview : ComplexLogicPreview, IPreview<AtomicLogic>
- 继承
-
SqlQueryPreview
- 实现
- 继承成员
构造函数
SqlQueryPreview(SqlConditionLogic, ComplexLogicBase)
预览Sql查询
public SqlQueryPreview(SqlConditionLogic conditions, ComplexLogicBase logics)
参数
conditions
SqlConditionLogiclogics
ComplexLogicBase
属性
Conditions
Sql查询条件
public SqlConditionLogic Conditions { get; }
属性值
方法
Init()
初始化
protected override void Init()