ObjectDataSource Constructors

Definition

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 ()

See also