Click or drag to resize

DatabaseCreateDataReader 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.DataCommandBuilder
commandTimeout
Type: SystemInt32

Return Value

Type: IDataReader
See Also