Share via


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 的属性的表。

适用于