BaseDataBoundControlDesigner.CreateDataSource Method
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.
When overridden in a derived class, creates a new data source for the associated BaseDataBoundControl object.
protected:
abstract void CreateDataSource();
protected abstract void CreateDataSource ();
abstract member CreateDataSource : unit -> unit
Protected MustOverride Sub CreateDataSource ()
Examples
For an example of a CreateDataSource override that displays a dialog that can be used to create a data source for the associated control, see CreateDataSource.
Notes to Implementers
Override the CreateDataSource() method to provide a means of creating a DataSource control for the associated BaseDataBoundControl object at design time.