Click or drag to resize

DbResultSet Constructor

Initializes a new instance of the DbResultSet class

Namespace:  Cadcorp.DataAccess
Assembly:  Cadcorp.GFB.DataAccess (in Cadcorp.GFB.DataAccess.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public DbResultSet(
	DbDataReader reader
)

Parameters

reader
Type: System.Data.CommonDbDataReader

[Missing <param name="reader"/> documentation for "M:Cadcorp.DataAccess.DbResultSet.#ctor(System.Data.Common.DbDataReader)"]

See Also