Click or drag to resize

DataAccessGetNullableInt32FieldValue 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: 4.6.0.0 (4.6.0.0)
Syntax
public static Nullable<int> GetNullableInt32FieldValue(
	DataRowView dataRowView,
	string fieldName
)

Parameters

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

Return Value

Type: NullableInt32
The nullable value of the row field
See Also