Compartir a través de


QueryDataProviderAttribute(String, String) Constructor

Definition

Initializes a new instance of the QueryDataProviderAttribute class.

public QueryDataProviderAttribute (string entityType, string model);
new Microsoft.VisualStudio.ProjectSystem.Query.Providers.QueryDataProviderAttribute : string * string -> Microsoft.VisualStudio.ProjectSystem.Query.Providers.QueryDataProviderAttribute
Public Sub New (entityType As String, model As String)

Parameters

entityType
String

The type of data produced by the data provider.

model
String

The data model. Pass in ModelName.

Applies to