DataAccessGetInt32FieldValue Method (DataRow, String, Int32) |
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.0.0.0 (4.0.0.0)
Syntax public static int GetInt32FieldValue(
DataRow dataRow,
string fieldName,
int defaultValue
)
Public Shared Function GetInt32FieldValue (
dataRow As DataRow,
fieldName As String,
defaultValue As Integer
) As Integer
Parameters
- dataRow
- Type: System.DataDataRow
A data row - fieldName
- Type: SystemString
A field identifier - defaultValue
- Type: SystemInt32
A default integer value
Return Value
Type:
Int32The value of the row field
See Also