DataSourceObjectViewデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
DataSourceObjectView コンストラクタ | オーバーロードされます。 |
名前 | 解説 | |
---|---|---|
CanDelete | オーバーライドされます。 | |
CanInsert | オーバーライドされます。 | |
CanPage | オーバーライドされます。 | |
CanRetrieveTotalRowCount | オーバーライドされます。 現在の DataSourceObject オブジェクトに関連つけられた DataSourceObjectView オブジェクトが、データの代わりにデータ行の合計数の取得をサポートするかどうかを示す値を取得します。 | |
CanSort | オーバーライドされます。 | |
CanUpdate | オーバーライドされます。 | |
CustomBinding | カスタム バインディングが発生するかどうかを示すブール値を返します。 | |
DataAdapter | オリジナル データのアダプタへの参照。 | |
DataKeyFields | データ キー フィールド名を保持します。複合データ キーの場合、フィールド名はコンマで区切られる必要があります。 | |
DelaySort | ||
DeleteParameters | ||
EnableDataSummarization | このコントロールで集計を計算されるかどうかを示すブール値を返します。 | |
InsertParameters | ||
Name | Gets the name of the data source view. System.Web.UI.DataSourceViewから継承されます。 | |
OwnerDataSource | オーナー DataSourceObject への参照。 | |
RequireFilterableCollection | Records コレクションが FilterableRecordsCollection として作成されるかどうかを示すブール値を返します。 | |
RequireSortableCollection | Records コレクションが SortableRecordsCollection として作成されるかどうかを示すブール値を返します。 | |
UnboundFields | このコントロールの UnboundFields を表す DataFieldCollection を返します。 | |
UnboundValues | バインドされていない値の Hashtable を返します。キーはデータ キーです。値は文字列ディクショナリまたはオブジェクト ディクショナリです。 | |
UpdateParameters |
名前 | 解説 | |
---|---|---|
Events | Gets a list of event-handler delegates for the data source view. System.Web.UI.DataSourceViewから継承されます。 |
名前 | 解説 | |
---|---|---|
CanExecute | Determines whether the specified command can be executed. System.Web.UI.DataSourceViewから継承されます。 | |
Delete | オーバーライドされます。 データソースから特定のキーを削除します。 | |
ExecuteCommand | オーバーロードされます。 Executes the specified command. System.Web.UI.DataSourceViewから継承されます。 | |
FillSelectArguments | 特定の選択引数を埋めます。 | |
GetJSONData | オーバーロードされます。 データ ソース オブジェクトのデータを JSON として StringBuilder に出力します。 | |
GetJSONDataForRecord | データ ソース オブジェクトの特定のレコードのデータを JSON として StringBuilder に出力します。 | |
Insert | オーバーライドされます。 データソースに特定の値を挿入します。 | |
Reanalyze | データ ソースを再分析し、DataAdapter をリセットします。 | |
Select | Gets a list of data asynchronously from the underlying data storage. System.Web.UI.DataSourceViewから継承されます。 | |
Sort | DataAdapter が SortableRecordsCollection を使用し、Records がある場合、このメソッドはそのレコードを並べ替えます。 | |
Update | オーバーロードされます。 オーバーライドされます。 特定の値で特定のキーの更新を実行します。 |
名前 | 解説 | |
---|---|---|
Analyze | オリジナルのデータ ソースを分析し、適切なデータ アダプタの新しいインスタンスを返します。 | |
ExecuteDelete | Performs a delete operation on the list of data that the System.Web.UI.DataSourceView object represents. System.Web.UI.DataSourceViewから継承されます。 | |
ExecuteInsert | Performs an insert operation on the list of data that the System.Web.UI.DataSourceView object represents. System.Web.UI.DataSourceViewから継承されます。 | |
ExecuteSelect | オーバーライドされます。 基本のデータ ストレージからデータのリストを取得します。 | |
ExecuteUpdate | Performs an update operation on the list of data that the System.Web.UI.DataSourceView object represents. System.Web.UI.DataSourceViewから継承されます。 | |
OnDataSourceViewChanged | Raises the System.Web.UI.DataSourceView.DataSourceViewChanged event. System.Web.UI.DataSourceViewから継承されます。 |
名前 | 解説 | |
---|---|---|
DataSourceViewChanged | Occurs when the data source view has changed. System.Web.UI.DataSourceViewから継承されます。 |