Click or drag to resize

ResultSetGetBool Method

Returns a boolean field value.

Namespace:  Cadcorp.DataAccess
Assembly:  Cadcorp.GFB.DataAccess (in Cadcorp.GFB.DataAccess.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public virtual bool GetBool(
	string field
)

Parameters

field
Type: SystemString

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

Return Value

Type: Boolean

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

See Also