DataAccess.GetNullableInt32FieldValue 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: 8.1.3.0 (8.1.3.20220620)
Syntaxpublic static Nullable<int> GetNullableInt32FieldValue(
DataRowView dataRowView,
string fieldName
)
Public Shared Function GetNullableInt32FieldValue (
dataRowView As DataRowView,
fieldName As String
) As Nullable(Of Integer)
Parameters
- dataRowView
- Type: System.Data.DataRowView
A data row - fieldName
- Type: System.String
A field identifier
Return Value
Type:
Nullable<Int32>The nullable value of the row field
See Also