1 override of KeyPropertyName
Microsoft.Extensions.VectorData.ConformanceTests (1)
ModelTests\DynamicModelTests.cs (1)
392
protected override string
KeyPropertyName
=> DynamicModelTests<TKey>.KeyPropertyName;
1 reference to KeyPropertyName
Microsoft.Extensions.VectorData.ConformanceTests (1)
Support\DynamicVectorStoreCollectionFixture.cs (1)
24
await Collection.DeleteAsync((TKey)record[
KeyPropertyName
]!);