QueryableDataSourceView.CanUpdate Property

Definition

Gets a value that indicates whether the QueryableDataSourceView object that is associated with the current QueryableDataSource control supports update operations.

public:
 virtual property bool CanUpdate { bool get(); };
public override bool CanUpdate { get; }
member this.CanUpdate : bool
Public Overrides ReadOnly Property CanUpdate As Boolean

Property Value

true if update operations are supported; otherwise, false.

Applies to