| DataAccessGetNullableDoubleFieldValue Method (DataRowView, 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: 3.3.0.0 (3.3.0.0)
Syntaxpublic static Nullable<double> GetNullableDoubleFieldValue(
	DataRowView dataRowView,
	string fieldName
)
Public Shared Function GetNullableDoubleFieldValue ( 
	dataRowView As DataRowView,
	fieldName As String
) As Nullable(Of Double)
Parameters
- dataRowView
 - Type: System.DataDataRowView
A data row - fieldName
 - Type: SystemString
A field identifier 
Return Value
Type: 
NullableDoubleThe nullable value of the row field
See Also