OriginAttribute constructor (1 of 2)

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

Initializes a new instance of the OriginAttribute class.

public OriginAttribute(string join)
parameter description
join The join alias or the property name to read join key via LeftJoin attribute.

See Also


OriginAttribute constructor (2 of 2)

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

Initializes a new instance of the OriginAttribute class.

public OriginAttribute(string join, string property)
parameter description
join The join alias.
property The property.

See Also