C# Class PreStorm.Mapped

Provides a custom attribute for specifying the source field name. This is used to map a database field to a property.
Inheritance: System.Attribute
显示文件 Open project: jshirota/PreStorm

Public Methods

Method Description
Mapped ( string fieldName ) : System

Initializes a new instance of the Mapped class.

Method Details

Mapped() public method

Initializes a new instance of the Mapped class.
public Mapped ( string fieldName ) : System
fieldName string The name of the database field. Case sensitive.
return System