1 reference to ChildNullableDate
Microsoft.AspNetCore.Components.QuickGrid.Tests (1)
GridSortTest.cs (1)
95
Expression<Func<TestEntity, DateTime?>> expression = x => x.Child.
ChildNullableDate
;