OriginAttribute constructor (1 of 2)
namespace: Serenity.Data.Mapping assembly: Serenity.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
- class OriginAttribute
OriginAttribute constructor (2 of 2)
namespace: Serenity.Data.Mapping assembly: Serenity.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
- class OriginAttribute