Language

CollectionModelBuilder.PropertyMap Property

Definition

Gets all properties of the record, of all types, indexed by their model name.

protected:
 property System::Collections::Generic::Dictionary<System::String ^, Microsoft::Extensions::VectorData::ProviderServices::PropertyModel ^> ^ PropertyMap { System::Collections::Generic::Dictionary<System::String ^, Microsoft::Extensions::VectorData::ProviderServices::PropertyModel ^> ^ get(); };
protected System.Collections.Generic.Dictionary<string,Microsoft.Extensions.VectorData.ProviderServices.PropertyModel> PropertyMap { get; }
member this.PropertyMap : System.Collections.Generic.Dictionary<string, Microsoft.Extensions.VectorData.ProviderServices.PropertyModel>
Protected ReadOnly Property PropertyMap As Dictionary(Of String, PropertyModel)

Property Value

Applies to