DataFormParameter members
Include protected members
Include inherited members
從Microsoft ASP.NET 2.0 DataSourceControl 接收資料 (XML/XPathNavigable 物件)。
The DataFormParameter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
DataFormParameter | 初始化DataFormParameter類別的新執行個體。 |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ControlID | (Inherited from ControlParameter.) |
![]() |
ConvertEmptyStringToNull | (Inherited from Parameter.) |
![]() |
DbType | (Inherited from Parameter.) |
![]() |
DefaultValue | (Inherited from Parameter.) |
![]() |
Direction | (Inherited from Parameter.) |
![]() |
IsTrackingViewState | (Inherited from Parameter.) |
![]() |
Name | (Inherited from Parameter.) |
![]() |
ParameterKey | 取得用於擷取控制項參數的正確值的字串。 |
![]() |
ParameterValues | 取得要擷取這個參數類別的雜湊資料表名稱/值組。使用繼承者的DataFormParameter。基底類別中就會傳回 null。 |
![]() |
PropertyName | (Inherited from ControlParameter.) |
![]() |
Size | (Inherited from Parameter.) |
![]() |
Type | (Inherited from Parameter.) |
![]() |
ViewState | (Inherited from Parameter.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Clone | (Inherited from ControlParameter.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Evaluate | 更新,並傳回DataFormParameter的值。 (Overrides ControlParameter.Evaluate(HttpContext, Control).) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetDatabaseType | (Inherited from Parameter.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
LoadViewState | (Inherited from Parameter.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OnParameterChanged | (Inherited from Parameter.) |
![]() |
SaveViewState | (Inherited from Parameter.) |
![]() |
SetDirty | (Inherited from Parameter.) |
![]() |
ToString | (Inherited from Parameter.) |
![]() |
TrackViewState | (Inherited from Parameter.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
![]() ![]() |
ICloneable.Clone | (Inherited from Parameter.) |
![]() ![]() |
IStateManager.IsTrackingViewState | (Inherited from Parameter.) |
![]() ![]() |
IStateManager.LoadViewState | (Inherited from Parameter.) |
![]() ![]() |
IStateManager.SaveViewState | (Inherited from Parameter.) |
![]() ![]() |
IStateManager.TrackViewState | (Inherited from Parameter.) |
Top