ObjectDataSource Constructors
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.
Initializes a new instance of the ObjectDataSource class.
Overloads
| Name | Description |
|---|---|
| ObjectDataSource() |
Initializes a new instance of the ObjectDataSource class. |
| ObjectDataSource(String, String) |
Initializes a new instance of the ObjectDataSource class with the specified type name and data retrieval method name. |
ObjectDataSource()
Initializes a new instance of the ObjectDataSource class.
public:
ObjectDataSource();
public ObjectDataSource();
Public Sub New ()