IDataSourceViewSchema Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |