IDataSourceViewSchema Interface

Definition

Defines a set of methods and properties used to examine a data source.

public interface class IDataSourceViewSchema
public interface IDataSourceViewSchema
type IDataSourceViewSchema = interface
Public Interface IDataSourceViewSchema
Derived

Remarks

Classes that implement the IDataSourceSchema class are used by custom control designer components to provide lists of views in a data source for data-bound controls at design time. In a class that is derived from the IDataSourceSchema, use the GetViews method to get an array of IDataSourceViewSchema objects.

Properties

Name

Gets the name of the view.

Methods

GetChildren()

Gets an array representing the child views contained in the current view.

GetFields()

Gets an array containing information about each field in the data source.

Applies to

See also