Sdílet prostřednictvím


LinqDataSourceDesigner.Insert Vlastnost

Definice

Získá nebo nastaví hodnotu operace odstranění.

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

Hodnota vlastnosti

null.

Atributy

Poznámky

V některých LinqDataSource případech nemá nastavení této vlastnosti žádný vliv. Tato vlastnost stínuje vlastnost v přidruženém ovládacím prvku a je určena pouze pro interní použití.

Platí pro

Viz také