CollectionModelBuilder.PropertyMap Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)