| DataAccessGetNullableDoubleFieldValue Method (DataRow, String) | 
            Retrieve the value of a row view field value by replacing DbNull by null if empty
            
 
Namespace: WorkflowGen.My.DataAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic static Nullable<double> GetNullableDoubleFieldValue(
	DataRow dataRow,
	string fieldName
)
Public Shared Function GetNullableDoubleFieldValue ( 
	dataRow As DataRow,
	fieldName As String
) As Nullable(Of Double)
Parameters
- dataRow
 - Type: System.DataDataRow
A data row - fieldName
 - Type: SystemString
A field identifier 
Return Value
Type: 
NullableDouble
See Also