ObjectDataSource Constructors
Enables binding data-aware controls and components to a runtime-created object or an instance method.Name | Parameters | Description |
---|---|---|
ObjectDataSource() | none | Initializes a new instance of the ObjectDataSource class with the default settings. |
ObjectDataSource(IContainer) | container | Initializes a new instance of the ObjectDataSource class with a specified container. |
See Also