IInsertValue 接口
被插入单值
public interface IInsertValue
属性
Column
左边列
IColumn Column { get; }
属性值
Value
右边值(也可以是列)
ISqlValue Value { get; }
被插入单值
public interface IInsertValue
左边列
IColumn Column { get; }
右边值(也可以是列)
ISqlValue Value { get; }