5 references to KeyProperties
Microsoft.Extensions.VectorData.Abstractions (5)
ProviderServices\CollectionModelBuilder.cs (5)
146return new(recordType, () => Activator.CreateInstance(recordType)!, KeyProperties, DataProperties, VectorProperties, PropertyMap); 174return new(typeof(Dictionary<string, object?>), static () => new Dictionary<string, object?>(), KeyProperties, DataProperties, VectorProperties, PropertyMap); 254KeyProperties.Add(keyProperty); 476if (KeyProperties.Count > 1) 481if (KeyProperties.Count == 0)