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