AxpDataGrid

AxpDataGrid.IsPrimaryKeysUpdateable Property

Whether update of primary keys is allowed.

[Visual Basic]
Public Property IsPrimaryKeysUpdateable As Boolean
[C#]
public bool IsPrimaryKeysUpdateable {get; set;}

Property Value

true if updates of primary keys is allowed, false otherwise. Default is false.

Remarks

This property determines if primary key fields should be updateable on existing data records (as opposed to new records).

The database engine might not allow primary field update, so take care to avoid exceptions if you set IsPrimaryKeysUpdateable=true.

See Also

AxpDataGrid Class | Axezz.WebControls Namespace