LinqDesignerDataSourceView.CanInsert Property

Definition

Gets a value that indicates whether the LinqDataSourceView object that is associated with the current LinqDataSource control supports the ExecuteInsert(IDictionary) method.

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

Property Value

true if the ExecuteInsert(IDictionary) method is supported; otherwise, false.

Applies to

See also