using EntityFrameworkCore.Projectables;
using System.Collections.Generic;
using Projectables.Repro;

namespace EntityFrameworkCore.Projectables.Generated
#nullable disable
{
    public static class Projectables_Repro_SomeEntity_ParentOrThis
    {
        public static System.Linq.Expressions.Expression<System.Func<global::Projectables.Repro.SomeEntity, global::Projectables.Repro.SomeEntity>> Expression()
        {
            return (global::Projectables.Repro.SomeEntity @this) => 
                @this.        Parent != null ? @this.Parent : this;
        }
    }
}