DataAccessGetNullableInt32FieldValue Method (DataRow, 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.0.5.0 (8.0.5.20210818)
Syntax public static Nullable<int> GetNullableInt32FieldValue(
DataRow dataRow,
string fieldName
)
Public Shared Function GetNullableInt32FieldValue (
dataRow As DataRow,
fieldName As String
) As Nullable(Of Integer)
Parameters
- dataRow
- Type: System.DataDataRow
A data row - fieldName
- Type: SystemString
A field identifier
Return Value
Type:
NullableInt32The nullable value of the row field
See Also