12 references to NrtTestRecord
Microsoft.Extensions.VectorData.Abstractions.Tests (12)
PropertyModelTests.cs (12)
83
var propertyInfo = typeof(
NrtTestRecord
).GetProperty(nameof(
NrtTestRecord
.NonNullableString))!;
91
var propertyInfo = typeof(
NrtTestRecord
).GetProperty(nameof(
NrtTestRecord
.NullableString))!;
99
var propertyInfo = typeof(
NrtTestRecord
).GetProperty(nameof(
NrtTestRecord
.NonNullableByteArray))!;
107
var propertyInfo = typeof(
NrtTestRecord
).GetProperty(nameof(
NrtTestRecord
.NullableByteArray))!;
115
var propertyInfo = typeof(
NrtTestRecord
).GetProperty(nameof(
NrtTestRecord
.NonNullableInt))!;
119
var nullablePropertyInfo = typeof(
NrtTestRecord
).GetProperty(nameof(
NrtTestRecord
.NullableInt))!;