DesignerDataSourceView.CanInsert Proprietà

Definizione

Ottiene un valore che indica se l'oggetto DataSourceView associato all'oggetto DataSourceControl corrente supporta il metodo ExecuteInsert(IDictionary).

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

Valore della proprietà

true se il metodo ExecuteInsert(IDictionary) è supportato. In caso contrario, false.

Si applica a

Vedi anche