Condividi tramite


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à

Query Insert.

Attributi

Commenti

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

Si applica a

Vedi anche