ListView.DeleteMethod Propiedad

Definición

Obtiene o establece el nombre de método al que se va a llamar para eliminar datos.

public:
 virtual property System::String ^ DeleteMethod { System::String ^ get(); void set(System::String ^ value); };
[System.Web.UI.Themeable(false)]
[System.Web.WebCategory("Data")]
[System.Web.WebSysDescription("DataBoundControl_DeleteMethod")]
public virtual string DeleteMethod { get; set; }
[<System.Web.UI.Themeable(false)>]
[<System.Web.WebCategory("Data")>]
[<System.Web.WebSysDescription("DataBoundControl_DeleteMethod")>]
member this.DeleteMethod : string with get, set
Public Overridable Property DeleteMethod As String

Valor de propiedad

String

Nombre del método.

Atributos
ThemeableAttribute WebCategoryAttribute System.Web.WebSysDescriptionAttribute

Comentarios

Establecer esta propiedad hace que el enlace de modelos se use como método de enlace de datos.

Para ver una serie de tutoriales sobre el uso del enlace de modelos con Web Forms, consulte Enlace de modelos y Web Forms.

Se aplica a