DataSourceView.Schema Property

Definition

Gets or sets the schema data set associated with a DataSourceView object.

[System.ComponentModel.Browsable(false)]
public System.Data.DataSet Schema { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Schema : System.Data.DataSet with get, set
Public Property Schema As DataSet

Property Value

A DataSet object.

Attributes

Applies to