DesignerDataSourceView.CanInsert Proprietà

Definizione

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

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 ExecuteInsert(IDictionary) metodo è supportato; in caso contrario, false.

Si applica a

Vedi anche