EntityDataSourceView.GetViewSchema Method

Definition

Returns a table that represents the EntityDataSourceView.

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

Returns

A table that contains the properties of the EntityDataSourceView.

Applies to