WorkbookDesignerSetDataSource Method |
Name | Description | |
---|---|---|
![]() ![]() | SetDataSource(DataSet) |
Sets data source of a DataSet object.
|
![]() | SetDataSource(DataTable) |
Sets data source of a DataTable object.
|
![]() | SetDataSource(DataView) |
Sets data source of a DataView object.
|
![]() | SetDataSource(OleDbConnection) |
Sets data source of a OleDbConnection object.
|
![]() | SetDataSource(SqlConnection) |
Sets data source of a SqlConnection object.
|
![]() | SetDataSource(String, ICellsDataTable) |
Sets data source of a ICellsDataTable object.
|
![]() | SetDataSource(String, DataView) |
Sets data source of a DataView object and binds it to a data source name.
|
![]() | SetDataSource(String, Object) |
Sets data binding to a variable.
|
![]() | SetDataSource(String, IDataReader, Int32) |
Sets data source of a IDataReader object.
|