Skip to content

OriginAttribute class

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

Specifies that this column belongs to another table.

[AttributeUsage(AttributeTargets.All)]
public class OriginAttribute : Attribute

Public Members

name description
OriginAttribute(…) Initializes a new instance of the OriginAttribute class.
Join { get; } Gets the join.
Property { get; set; } Gets or sets the property.

See Also