EntityDesignerDataSourceView 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
為 EntityDataSourceDesigner 類別提供資料的設計階段檢視。
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
- 繼承
建構函式
EntityDesignerDataSourceView(EntityDataSourceDesigner) |
利用提供的資料來源設計工具,建立類別 EntityDesignerDataSourceView 的新執行個體。 |
屬性
CanDelete |
取得值,指出與目前 EntityDataSourceView 控制項關聯的 EntityDataSource 物件是否支援刪除。 |
CanInsert |
取得值,指出與目前 EntityDataSourceView 控制項關聯的 EntityDataSource 物件是否支援插入。 |
CanPage |
取得值,指出與目前 EntityDataSourceView 控制項關聯的 EntityDataSource 物件是否支援透過查詢傳回資料的分頁。 |
CanRetrieveTotalRowCount |
取得值,指出與目前 DataSourceControl 物件相關聯的 DataSourceView 物件是否支援擷取資料列總數,而不是資料本身。 (繼承來源 DesignerDataSourceView) |
CanSort |
取得值,指出與目前 EntityDataSourceView 控制項關聯的 EntityDataSource 物件是否支援基礎資料來源的排序檢視。 |
CanUpdate |
取得值,指出與目前 EntityDataSourceView 控制項關聯的 EntityDataSource 物件是否支援更新。 |
DataSourceDesigner |
取得建立這個 DesignerDataSourceView 控制項之設計工具的參考。 (繼承來源 DesignerDataSourceView) |
Name |
取得建立 DesignerDataSourceView 類別的這個執行個體時所提供檢視的名稱。 (繼承來源 DesignerDataSourceView) |
Schema |
取得結構描述,說明目前檢視物件所表示的資料來源檢視。 |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetDesignTimeData(Int32, Boolean) |
取得設計階段資料,該資料符合使用所指定資料列數之相關資料來源控制項的結構描述。 |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |