C# Класс Castle.ActiveRecord.BelongsToAttribute

Наследование: Castle.ActiveRecord.WithAccessOptionalTableAttribute
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

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

Метод Описание
BelongsToAttribute ( ) : System

Initializes a new instance of the BelongsToAttribute class.

BelongsToAttribute ( String column ) : System

Indicates the name of the column to be used on the association. Usually the name of the foreign key field on the underlying database.

Описание методов

BelongsToAttribute() публичный Метод

Initializes a new instance of the BelongsToAttribute class.
public BelongsToAttribute ( ) : System
Результат System

BelongsToAttribute() публичный Метод

Indicates the name of the column to be used on the association. Usually the name of the foreign key field on the underlying database.
public BelongsToAttribute ( String column ) : System
column String
Результат System