ColumnAttribute constructor
namespace: Serenity.Data.Mapping assembly: Serenity.Net.Data
Initializes a new instance of the ColumnAttribute class.
public ColumnAttribute(string name)
| parameter | description |
|---|---|
| name | The name. |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | name |
See Also
- class ColumnAttribute