EntityDataSourceView.GetViewSchema メソッド

定義

EntityDataSourceView を表すテーブルを返します。

public:
 System::Data::DataTable ^ GetViewSchema();
public System.Data.DataTable GetViewSchema ();
member this.GetViewSchema : unit -> System.Data.DataTable
Public Function GetViewSchema () As DataTable

戻り値

EntityDataSourceView のプロパティを格納しているテーブル。

適用対象