// <auto-generated/>
using System;
using System.Linq;
using System.Collections.Generic;
using EntityFrameworkCore.Projectables;
using Foo;

namespace EntityFrameworkCore.Projectables.Generated
#nullable disable
{
    [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
    public static class Foo_EntityExtensions_GetFirstRelatedIgnoreNulls
    {
        public static System.Linq.Expressions.Expression<System.Func<global::Foo.EntityExtensions.Entity, global::Foo.EntityExtensions.Entity>> Expression()
        {
            return (global::Foo.EntityExtensions.Entity entity) => 
                entity.RelatedEntities[0];
        }
    }
}