C# 클래스 EIP.Common.Dapper.Attributes.Joins.RightJoinAttribute

Generate RIGHT JOIN
상속: EIP.Common.Dapper.Attributes.Joins.JoinAttributeBase
파일 보기 프로젝트 열기: woshisunzewei/eipcore2

공개 메소드들

메소드 설명
RightJoinAttribute ( )

Constructor

RightJoinAttribute ( string tableName, string key, string externalKey )

Constructor

RightJoinAttribute ( string tableName, string key, string externalKey, string tableSchema )

Constructor

메소드 상세

RightJoinAttribute() 공개 메소드

Constructor
public RightJoinAttribute ( )

RightJoinAttribute() 공개 메소드

Constructor
public RightJoinAttribute ( string tableName, string key, string externalKey )
tableName string Name of external table
key string ForeignKey of this table
externalKey string Key of external table

RightJoinAttribute() 공개 메소드

Constructor
public RightJoinAttribute ( string tableName, string key, string externalKey, string tableSchema )
tableName string Name of external table
key string ForeignKey of this table
externalKey string Key of external table
tableSchema string Name of external table schema