ColumnAttribute constructor

namespace: Serenity.Data.Mapping   assemblySerenity.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