Provides a custom attribute for specifying the source field name. This is used to map a database field to a property.
Inheritance Hierarchy
SystemAttribute
PreStormMapped
Namespace: PreStorm
Assembly: PreStorm (in PreStorm.dll) Version: 1.8.19.0 (1.8.19.0)
Syntax
The Mapped type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Mapped |
Initializes a new instance of the Mapped class.
|
Properties
Name | Description | |
---|---|---|
FieldName |
The name of the database field.
| |
Property |
The property the field is mapped to.
|
See Also