Click or drag to resize

DbResultSetNext Method

Moves to the next record in the resultset, returning false if no more records remain:

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

Return Value

Type: Boolean

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

See Also