Click or drag to resize

DataAccessGetInt32FieldValue Method (Object, Int32)

Retrieve the value of a row view field value by replacing DbNull by a default value if empty

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public static int GetInt32FieldValue(
	Object dataFieldValue,
	int defaultValue
)

Parameters

dataFieldValue
Type: SystemObject
An object retrieved from the database
defaultValue
Type: SystemInt32
A default integer value

Return Value

Type: Int32
The value of the row field
See Also