1 write to OtherRecordKey
Microsoft.Extensions.VectorData.ConformanceTests (1)
TypeTests\DataTypeTests.cs (1)
462
OtherRecordKey
= GenerateNextKey<TKey>();
4 references to OtherRecordKey
Microsoft.Extensions.VectorData.ConformanceTests (4)
TypeTests\DataTypeTests.cs (4)
171
await fixture.Collection.DeleteAsync([fixture.MainRecordKey, fixture.
OtherRecordKey
, fixture.NullRecordKey]);
196
await fixture.Collection.DeleteAsync([fixture.MainRecordKey, fixture.
OtherRecordKey
, fixture.NullRecordKey]);
249
otherRecord.Key = fixture.
OtherRecordKey
;
295
otherRecord[nameof(RecordBase.Key)] = fixture.
OtherRecordKey
;