2 references to Child
Microsoft.AspNetCore.Components.QuickGrid.Tests (2)
GridSortTest.cs (2)
79Expression<Func<TestEntity, string>> expression = x => x.Child.ChildName; 95Expression<Func<TestEntity, DateTime?>> expression = x => x.Child.ChildNullableDate;