C# Класс PreStorm.Mapped

Provides a custom attribute for specifying the source field name. This is used to map a database field to a property.
Наследование: System.Attribute
Показать файл Открыть проект

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

Метод Описание
Mapped ( string fieldName ) : System

Initializes a new instance of the Mapped class.

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

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

Initializes a new instance of the Mapped class.
public Mapped ( string fieldName ) : System
fieldName string The name of the database field. Case sensitive.
Результат System