Click or drag to resize
DataAccessGetFieldValue Method (DataRowView, 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: 2.4.0.0 (2.4.0.0)
Syntax
public static Object GetFieldValue(
	DataRowView dataRowView,
	string fieldName
)

Parameters

dataRowView
Type: System.DataDataRowView
A data row view
fieldName
Type: SystemString
A field name

Return Value

Type: Object
The value of the row field
See Also