LinqServerModeDataSource.EnableUpdate Property
Gets or sets whether an update operation is enabled.
Namespace: DevExpress.Data.Linq
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Remarks
To manually handle update operations, handle the LinqServerModeDataSource.Updating event.
<dx:LinqServerModeDataSource ID="LinqServerModeDataSource1" runat="server" ContextTypeName="NWindEntities"
TableName="Products" EnableDelete="true" EnableInsert="true" EnableUpdate="true" />
See Also