EntityDataSourceView.CanInsert Propriedade
Definição
Obtém um valor que indica se o objeto EntityDataSourceView que é associado ao controle EntityDataSource atual dá suporte à operação de inserção.Gets a value that indicates whether the EntityDataSourceView object that is associated with the current EntityDataSource control supports the insert operation.
public:
virtual property bool CanInsert { bool get(); };
public override bool CanInsert { get; }
member this.CanInsert : bool
Public Overrides ReadOnly Property CanInsert As Boolean
Valor da propriedade
true se a operação for suportada; caso contrário, false .true if the operation is supported; otherwise, false.