Partager via


SqlDesignerDataSourceView.CanInsert Propriété

Définition

Obtient une valeur indiquant si l’objet DataSourceView associé à l’objet DataSourceControl actif prend en charge la méthode ExecuteInsert(IDictionary).

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

Valeur de propriété

true si la méthode ExecuteInsert(IDictionary) est prise en charge ; sinon, false.

S’applique à

Voir aussi