IJoinOn 接口
联表俩俩关联
public interface IJoinOn : IMultiView, ITableView, ISqlEntity
- 继承成员
- 扩展方法
属性
JoinSource
右表
IAliasTable JoinSource { get; }
属性值
JoinType
联表类型
string JoinType { get; }
属性值
Left
左表
IAliasTable Left { get; }
属性值
On
联表条件
ISqlLogic On { get; }
属性值
Root
联表
IJoinTable Root { get; }
属性值
方法
GetLeftField(string)
获取左表列
IPrefixField? GetLeftField(string columName)
参数
columName
string
返回
GetRightField(string)
获取右表列
IPrefixField? GetRightField(string columName)
参数
columName
string