Click or drag to resize

ResultSetNext Method

Move to the next record in the resultset. Returns 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 abstract bool Next()

Return Value

Type: Boolean

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

See Also