C# Класс EIP.Common.Dapper.Attributes.Joins.RightJoinAttribute

Generate RIGHT JOIN
Наследование: EIP.Common.Dapper.Attributes.Joins.JoinAttributeBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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