EntityDesignerDataSourceView.CanInsert Property

Definition

Gets a value that indicates whether the EntityDataSourceView object that is associated with the current EntityDataSource control supports inserts.

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 inserts are supported; otherwise, false.

Applies to