Click or drag to resize

DbResultSetNextResult Method

Advances the data reader to the next result, when reading the results of batch Transact-SQL statements:

Namespace:  Cadcorp.DataAccess
Assembly:  Cadcorp.GFB.DataAccess (in Cadcorp.GFB.DataAccess.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public bool NextResult()

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Cadcorp.DataAccess.DbResultSet.NextResult"]

See Also