Click or drag to resize

Database.CreateDataReader Method (CommandBuilder, Int32)

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

Parameters

commandBuilder
Type: Dynamicweb.Data.CommandBuilder
commandTimeout
Type: System.Int32

Return Value

Type: IDataReader
See Also