C# Класс greenapple.model.ClassRelations.table

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
_belongsTo List
_has List
_name string

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

_belongsTo публичное свойство

holds one table in the 1..1 relationship
public List _belongsTo
Результат List

_has публичное свойство

holds one table in the 1..* relationship
public List _has
Результат List

_name публичное свойство

name of the table with the stated relationships
public string _name
Результат string