Click or drag to resize

DatabaseCreateDataReader Method (CommandBuilder, IDbConnection)

Namespace:  Dynamicweb.Data
Assembly:  Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntax
public static IDataReader CreateDataReader(
	CommandBuilder commandBuilder,
	IDbConnection connection
)

Parameters

commandBuilder
Type: Dynamicweb.DataCommandBuilder
connection
Type: System.DataIDbConnection

Return Value

Type: IDataReader
See Also