IdPropertyAttribute class

namespace: Serenity.Data   assemblySerenity.Net.Data

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

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

Public Members

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

See Also