Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Param
source
source

This parameter must be an instance of

Msdn
System.Data.SqlClient.SqlDataReader
System.Data.SqlClient.SqlDataReader
1System.Data.SqlClient.SqlDataReader
or ,
Msdn
System.Data.OleDb.OleDbDataReader
System.Data.OleDb.OleDbDataReader
1System.Data.OleDb.OleDbDataReader
or
Msdn
Microsoft.AnalysisServices.AdomdClient.AdomdDataReader
Microsoft.AnalysisServices.AdomdClient.AdomdDataReader
1Microsoft.AnalysisServices.AdomdClient.AdomdDataReader
, otherwise BindData will throw an exception.

Param
dataSourceName
dataSourceName

The name of the set of data markers at which to insert the values imported from the data source. dataSourceName must be specified, but can be left as null or an empty string if this is the first data source bound AND the data markers in the template use the ? short data marker syntax or refer to the datasource by number rather than name. Note: dataSourceName does not include a data marker's column name, for example, the dataSourceName for %%=Products.ProductID is "Products."

...