| DataAccessGetNullableDateTimeFieldValue 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: 2.4.0.0 (2.4.0.0)
Syntaxpublic static Nullable<DateTime> GetNullableDateTimeFieldValue(
	DataRowView dataRowView,
	string fieldName
)
Public Shared Function GetNullableDateTimeFieldValue ( 
	dataRowView As DataRowView,
	fieldName As String
) As Nullable(Of DateTime)
Parameters
- dataRowView
 - Type: System.DataDataRowView
A data row - fieldName
 - Type: SystemString
A field name 
Return Value
Type: 
NullableDateTimeThe nullable value of the row field
See Also