EntityFieldExtensions.OfJoin<TField> method
namespace: Serenity.Data assembly: Serenity.Net.Entity
Returns a new field an expression with specified join alias. Avoid using.
public static TField OfJoin<TField>(this TField field, Join join, string origin,
FieldFlags extraFlags = FieldFlags.Internal)
where TField : Field
| parameter | description |
|---|---|
| TField | The type of the field. |
| field | The field. |
| join | The join. |
| origin | The origin. |
| extraFlags | The extra flags. |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | join |
See Also
- class TField
- class Join
- enum FieldFlags
- class Field
- class EntityFieldExtensions