Language

PropertyModel(String, Type) Constructor

Definition

Represents a property on a vector store record. This is an internal support type meant for use by providers only and not by applications.

protected:
 PropertyModel(System::String ^ modelName, Type ^ type);
protected PropertyModel(string modelName, Type type);
new Microsoft.Extensions.VectorData.ProviderServices.PropertyModel : string * Type -> Microsoft.Extensions.VectorData.ProviderServices.PropertyModel
Protected Sub New (modelName As String, type As Type)

Parameters

modelName
String
type
Type

Applies to