LookupIncludeAttribute class

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

Marks the property so that it should be included in lookup by default.

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

Public Members

name description
LookupIncludeAttribute() The default constructor.

See Also