EntityDesignerDataSourceView Classe
Definição
Fornece uma exibição de tempo de design dos dados para a classe EntityDataSourceDesigner.Provides a design-time view of data for the EntityDataSourceDesigner class.
public ref class EntityDesignerDataSourceView : System::Web::UI::Design::DesignerDataSourceView
public class EntityDesignerDataSourceView : System.Web.UI.Design.DesignerDataSourceView
type EntityDesignerDataSourceView = class
inherit DesignerDataSourceView
Public Class EntityDesignerDataSourceView
Inherits DesignerDataSourceView
- Herança
Construtores
| EntityDesignerDataSourceView(EntityDataSourceDesigner) |
Cria uma nova instância da classe EntityDesignerDataSourceView com o designer de fonte de dados fornecido.Creates a new instance of the EntityDesignerDataSourceView class with the provided data source designer. |
Propriedades
| CanDelete |
Obtém um valor que indica se o objeto EntityDataSourceView que é associado ao controle EntityDataSource atual dá suporte a exclusões.Gets a value that indicates whether the EntityDataSourceView object that is associated with the current EntityDataSource control supports deletes. |
| CanInsert |
Obtém um valor que indica se o objeto EntityDataSourceView que é associado ao controle EntityDataSource atual dá suporte a inserções.Gets a value that indicates whether the EntityDataSourceView object that is associated with the current EntityDataSource control supports inserts. |
| CanPage |
Obtém um valor que indica se o objeto EntityDataSourceView que é associado ao controle EntityDataSource atual dá suporte à paginação de dados retornados por uma consulta.Gets a value that indicates whether the EntityDataSourceView object that is associated with the current EntityDataSource control supports paging through data returned by a query. |
| CanRetrieveTotalRowCount |
Obtém um valor que indica se o objeto DataSourceView associado ao objeto DataSourceControl atual dá suporte à recuperação do número total de linhas de dados em vez dos dados propriamente ditos.Gets a value indicating whether the DataSourceView object that is associated with the current DataSourceControl object supports retrieving the total number of data rows instead of the data itself. (Herdado de DesignerDataSourceView) |
| CanSort |
Obtém um valor que indica se o objeto EntityDataSourceView que é associado ao controle EntityDataSource atual é compatível com a uma exibição classificada da fonte de dados subjacente.Gets a value that indicates whether the EntityDataSourceView object that is associated with the current EntityDataSource control supports a sorted view of the underlying data source. |
| CanUpdate |
Obtém um valor que indica se o objeto EntityDataSourceView que é associado ao controle EntityDataSource atual dá suporte a atualizações.Gets a value that indicates whether the EntityDataSourceView object that is associated with the current EntityDataSource control supports updates. |
| DataSourceDesigner |
Obtém uma referência para o designer que criou esse controle DesignerDataSourceView.Gets a reference to the designer that created this DesignerDataSourceView control. (Herdado de DesignerDataSourceView) |
| Name |
Obtém o nome da exibição conforme fornecido quando esta instância da classe DesignerDataSourceView foi criada.Gets the name of the view as provided when this instance of the DesignerDataSourceView class was created. (Herdado de DesignerDataSourceView) |
| Schema |
Obtém um esquema que descreve a exibição da fonte de dados que é representada pelo objeto de exibição atual.Gets the schema that describes the data source view that is represented by the current view object. |
Métodos
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GetDesignTimeData(Int32, Boolean) |
Obtém dados de tempo de design que correspondem ao esquema do controle de fonte de dados associado usando o número de linhas especificado.Gets the design-time data that matches the schema of the associated data source control by using the specified number of rows. |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |