Click or drag to resize

DataAccess.GetStringFieldValue Method (DataRow, String, 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: 9.1.0.0 (9.1.0.20241025)
Syntax
public static string GetStringFieldValue(
	DataRow dataRow,
	string fieldName,
	string defaultValue
)

Parameters

dataRow
Type: System.Data.DataRow
A data row
fieldName
Type: System.String
A field identifier
defaultValue
Type: System.String
A default string value

Return Value

Type: String
See Also