Table of Contents

IJoinOn 接口

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

联表俩俩关联

public interface IJoinOn : IMultiView, ITableView, ISqlEntity
继承成员
扩展方法

属性

JoinSource

右表

IAliasTable JoinSource { get; }

属性值

IAliasTable

JoinType

联表类型

string JoinType { get; }

属性值

string

Left

左表

IAliasTable Left { get; }

属性值

IAliasTable

On

联表条件

ISqlLogic On { get; }

属性值

ISqlLogic

Root

联表

IJoinTable Root { get; }

属性值

IJoinTable

方法

GetLeftField(string)

获取左表列

IPrefixField? GetLeftField(string columName)

参数

columName string

返回

IPrefixField

GetRightField(string)

获取右表列

IPrefixField? GetRightField(string columName)

参数

columName string

返回

IPrefixField