NotMappedAttribute class

namespace: Serenity.Data.Mapping   assemblySerenity.Net.Data

Specifies that this property is not mapped to an SQL column/expression

[AttributeUsage(AttributeTargets.All)]
public class NotMappedAttribute : SetFieldFlagsAttribute

Public Members

name description
NotMappedAttribute() Initializes a new instance of the NotMappedAttribute class.

See Also