Field.CustomAttributes property

namespace: Serenity.Data   assemblySerenity.Net.Entity

Gets or sets the custom attributes.

public object[] CustomAttributes { get; set; }

Property Value

The custom attributes.

See Also