SqlDataSourceDesigner.SelectQuery Proprietà

Definizione

Ottiene o imposta SqlDataSourceDesigner che supporta le query di selezione.

public:
 property System::Web::UI::DataSourceOperation SelectQuery { System::Web::UI::DataSourceOperation get(); void set(System::Web::UI::DataSourceOperation value); };
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.Design.WebControls.SqlDataSourceQueryConverter))]
public System.Web.UI.DataSourceOperation SelectQuery { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.Design.WebControls.SqlDataSourceQueryConverter))>]
member this.SelectQuery : System.Web.UI.DataSourceOperation with get, set
Public Property SelectQuery As DataSourceOperation

Valore della proprietà

Query Select.

Attributi

Commenti

Per questa implementazione, l'impostazione della DeleteQuery proprietà non ha alcun effetto. La ProviderName proprietà ombreggiata dalla stessa proprietà nel controllo associato ed è destinata solo all'uso interno.

Si applica a

Vedi anche