C# Class EIP.Common.Dapper.Attributes.Joins.RightJoinAttribute

Generate RIGHT JOIN
Inheritance: EIP.Common.Dapper.Attributes.Joins.JoinAttributeBase
Show file Open project: woshisunzewei/eipcore2

Public Methods

Method Description
RightJoinAttribute ( )

Constructor

RightJoinAttribute ( string tableName, string key, string externalKey )

Constructor

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

Constructor

Method Details

RightJoinAttribute() public method

Constructor
public RightJoinAttribute ( )

RightJoinAttribute() public method

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() public method

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