ModelDataSourceView.CanInsert Propriété

Définition

Obtient une valeur indiquant si l'objet ModelDataSourceView qui est associé au contrôle ModelDataSource en cours prend en charge l'opération d'insertion.

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é

Boolean

true si l'opération est prise en charge ; sinon, false.

Remarques

Retourne true si la InsertMethod propriété a une valeur.

S’applique à