Table of Contents

EmptyLogic 类

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

空逻辑

public sealed class EmptyLogic : ISqlLogic, ISqlFragment
继承
EmptyLogic
实现
继承成员
扩展方法

字段

Instance

单例

public static readonly EmptyLogic Instance

字段值

EmptyLogic

方法

Not()

not Empty还为Empty

public EmptyLogic Not()

返回

EmptyLogic

TryWrite(ISqlEngine, StringBuilder)

空逻辑不参与sql拼写

public bool TryWrite(ISqlEngine engine, StringBuilder sql)

参数

engine ISqlEngine
sql StringBuilder

返回

bool

运算符

operator &(AndLogic, EmptyLogic)

与逻辑

public static AndLogic operator &(AndLogic other, EmptyLogic logic)

参数

other AndLogic
logic EmptyLogic

返回

AndLogic

operator &(AtomicLogic, EmptyLogic)

与逻辑

public static AtomicLogic operator &(AtomicLogic other, EmptyLogic logic)

参数

other AtomicLogic
logic EmptyLogic

返回

AtomicLogic

operator &(ComplexAndLogic, EmptyLogic)

与逻辑

public static ComplexAndLogic operator &(ComplexAndLogic other, EmptyLogic logic)

参数

other ComplexAndLogic
logic EmptyLogic

返回

ComplexAndLogic

operator &(ComplexOrLogic, EmptyLogic)

与逻辑

public static Logic operator &(ComplexOrLogic other, EmptyLogic logic)

参数

other ComplexOrLogic
logic EmptyLogic

返回

Logic

operator &(EmptyLogic, AndLogic)

与逻辑

public static AndLogic operator &(EmptyLogic logic, AndLogic other)

参数

logic EmptyLogic
other AndLogic

返回

AndLogic

operator &(EmptyLogic, AtomicLogic)

与逻辑

public static AtomicLogic operator &(EmptyLogic logic, AtomicLogic other)

参数

logic EmptyLogic
other AtomicLogic

返回

AtomicLogic

operator &(EmptyLogic, ComplexAndLogic)

与逻辑

public static ComplexAndLogic operator &(EmptyLogic logic, ComplexAndLogic other)

参数

logic EmptyLogic
other ComplexAndLogic

返回

ComplexAndLogic

operator &(EmptyLogic, ComplexOrLogic)

与逻辑

public static Logic operator &(EmptyLogic logic, ComplexOrLogic other)

参数

logic EmptyLogic
other ComplexOrLogic

返回

Logic

operator &(EmptyLogic, EmptyLogic)

与逻辑

public static EmptyLogic operator &(EmptyLogic logic, EmptyLogic other)

参数

logic EmptyLogic
other EmptyLogic

返回

EmptyLogic

operator &(EmptyLogic, OrLogic)

与逻辑

public static Logic operator &(EmptyLogic logic, OrLogic other)

参数

logic EmptyLogic
other OrLogic

返回

Logic

operator &(OrLogic, EmptyLogic)

与逻辑

public static Logic operator &(OrLogic other, EmptyLogic logic)

参数

other OrLogic
logic EmptyLogic

返回

Logic

operator |(AndLogic, EmptyLogic)

或逻辑

public static Logic operator |(AndLogic other, EmptyLogic logic)

参数

other AndLogic
logic EmptyLogic

返回

Logic

operator |(AtomicLogic, EmptyLogic)

或逻辑

public static AtomicLogic operator |(AtomicLogic other, EmptyLogic logic)

参数

other AtomicLogic
logic EmptyLogic

返回

AtomicLogic

operator |(ComplexAndLogic, EmptyLogic)

或逻辑

public static Logic operator |(ComplexAndLogic other, EmptyLogic logic)

参数

other ComplexAndLogic
logic EmptyLogic

返回

Logic

operator |(ComplexOrLogic, EmptyLogic)

或逻辑

public static ComplexOrLogic operator |(ComplexOrLogic other, EmptyLogic logic)

参数

other ComplexOrLogic
logic EmptyLogic

返回

ComplexOrLogic

operator |(EmptyLogic, AndLogic)

或逻辑

public static Logic operator |(EmptyLogic logic, AndLogic other)

参数

logic EmptyLogic
other AndLogic

返回

Logic

operator |(EmptyLogic, AtomicLogic)

或逻辑

public static AtomicLogic operator |(EmptyLogic logic, AtomicLogic other)

参数

logic EmptyLogic
other AtomicLogic

返回

AtomicLogic

operator |(EmptyLogic, ComplexAndLogic)

或逻辑

public static Logic operator |(EmptyLogic logic, ComplexAndLogic other)

参数

logic EmptyLogic
other ComplexAndLogic

返回

Logic

operator |(EmptyLogic, ComplexOrLogic)

或逻辑

public static ComplexOrLogic operator |(EmptyLogic logic, ComplexOrLogic other)

参数

logic EmptyLogic
other ComplexOrLogic

返回

ComplexOrLogic

operator |(EmptyLogic, EmptyLogic)

或逻辑

public static EmptyLogic operator |(EmptyLogic logic, EmptyLogic other)

参数

logic EmptyLogic
other EmptyLogic

返回

EmptyLogic

operator |(EmptyLogic, OrLogic)

或逻辑

public static OrLogic operator |(EmptyLogic logic, OrLogic other)

参数

logic EmptyLogic
other OrLogic

返回

OrLogic

operator |(OrLogic, EmptyLogic)

或逻辑

public static OrLogic operator |(OrLogic other, EmptyLogic logic)

参数

other OrLogic
logic EmptyLogic

返回

OrLogic

operator !(EmptyLogic)

反逻辑

public static EmptyLogic operator !(EmptyLogic logic)

参数

logic EmptyLogic

返回

EmptyLogic