3 references to GetMatchingProperty
Microsoft.Extensions.VectorData.Abstractions (3)
ProviderServices\CollectionModel.cs (3)
127return GetMatchingProperty<TRecord, VectorPropertyModel>(searchOptions.VectorProperty); 155var property = GetMatchingProperty<TRecord, DataPropertyModel>(expression); 192return GetMatchingProperty<TRecord, PropertyModel>(expression);