AxpDataGrid

AxpDataGrid.EditPrimaryKeys Property

Gets or sets the Primary key names.

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

Property Value

A comma separated list of primary key names for the table beeing edited.

Remarks

Required if editing is enabled or if the main .SQL property differs from .FormSQL property.

See Also

AxpDataGrid Class | Axezz.WebControls Namespace