Click or drag to resize

ResultSetGet Method

Return the specified field in the current row:

Namespace:  Cadcorp.DataAccess
Assembly:  Cadcorp.GFB.DataAccess (in Cadcorp.GFB.DataAccess.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public abstract Object Get(
	string field
)

Parameters

field
Type: SystemString

[Missing <param name="field"/> documentation for "M:Cadcorp.DataAccess.ResultSet.Get(System.String)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Cadcorp.DataAccess.ResultSet.Get(System.String)"]

See Also