Click or drag to resize

ResultSetGetNullableLong Method

Returns a nullable long 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 long? GetNullableLong(
	string field
)

Parameters

field
Type: SystemString

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

Return Value

Type: NullableInt64

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

See Also