SqlDataSourceDesigner.InsertQuery Proprietà

Definizione

Ottiene o imposta SqlDataSourceDesigner che supporta le query di inserimento.

public:
 property System::Web::UI::DataSourceOperation InsertQuery { 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 InsertQuery { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.Design.WebControls.SqlDataSourceQueryConverter))>]
member this.InsertQuery : System.Web.UI.DataSourceOperation with get, set
Public Property InsertQuery As DataSourceOperation

Valore della proprietà

DataSourceOperation

Query Insert.

Attributi

Commenti

Per questa implementazione, DeleteQuery l'impostazione della proprietà non ha alcun effetto. La proprietà nella finestra di progettazione nasconde la stessa proprietà nel controllo associato ed InsertQuery è destinata solo all'uso interno.

Si applica a

Vedi anche