Condividi tramite


LinqDataSourceDesigner.Insert Proprietà

Definizione

Ottiene o imposta un valore per l'operazione di eliminazione.

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

Valore della proprietà

null.

Attributi

Commenti

In un'istanza LinqDataSource , l'impostazione di questa proprietà non ha alcun effetto. Questa proprietà ombreggiate una proprietà nel controllo associato ed è destinata solo all'uso interno.

Si applica a

Vedi anche