SqlDataSourceDesigner.SelectQuery Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.