Language

CollectionModelBuilder.KeyProperties Property

Definition

Gets the key properties of the record.

protected:
 property System::Collections::Generic::List<Microsoft::Extensions::VectorData::ProviderServices::KeyPropertyModel ^> ^ KeyProperties { System::Collections::Generic::List<Microsoft::Extensions::VectorData::ProviderServices::KeyPropertyModel ^> ^ get(); };
protected System.Collections.Generic.List<Microsoft.Extensions.VectorData.ProviderServices.KeyPropertyModel> KeyProperties { get; }
member this.KeyProperties : System.Collections.Generic.List<Microsoft.Extensions.VectorData.ProviderServices.KeyPropertyModel>
Protected ReadOnly Property KeyProperties As List(Of KeyPropertyModel)

Property Value

Applies to