Click or drag to resize

DataAccessGetStringFieldValue Method (Object, String)

Retrieve the value of a row view field value by replacing DbNull by null 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 string GetStringFieldValue(
	Object dataFieldValue,
	string defaultValue
)

Parameters

dataFieldValue
Type: SystemObject
An object retrieved from the database
defaultValue
Type: SystemString
A default string value

Return Value

Type: String
The value of the row field
See Also