AxpDataGrid

AxpDataGrid.DeleteSQL Property

SQL statement specifying how a record should be deleted in the database

[Visual Basic]
Public Property DeleteSQL As String
[C#]
public string DeleteSQL {get; set;}

Property Value

Typically just set it to "DELETE FROM tablename". AxpDataGrid fills in the where clause automatically.

Remarks

Required if Delete records should be supported.

See Also

AxpDataGrid Class | Axezz.WebControls Namespace