Skip to content

EntityFieldExtensions.OfJoin<TField> method

Returns a new field with an expression using the specified join alias. Avoid using.

public static TField OfJoin<TField>(this TField field, Join join, string origin, 
    FieldFlags extraFlags = FieldFlags.None)
    where TField : Field
parameter description
TField The type of the field.
field The field.
join The join.
origin The origin.
extraFlags The extra flags.

Return Value

The field with the join alias applied.

Exceptions

exception condition
ArgumentNullException join is null.

See Also