NamePropertyAttribute class

namespace: Serenity.Data   assemblySerenity.Net.Data

Determines that the attached property is the name field of the table.

[AttributeUsage(AttributeTargets.Property)]
public class NamePropertyAttribute : Attribute

Public Members

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

See Also