1 reference to NullableInt
Microsoft.AspNetCore.Components.QuickGrid.Tests (1)
GridSortTest.cs (1)
63
Expression<Func<TestEntity, int?>> expression = x => x.
NullableInt
;