Click or drag to resize
DataAccessGetDateTimeFieldValue Method (DataRowView, String, DateTime)
Retrieve the value of a row view field value by replacing DbNull by a default value if empty

Namespace: WorkflowGen.My.Data
Assembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax
public static DateTime GetDateTimeFieldValue(
	DataRowView dataRowView,
	string fieldName,
	DateTime defaultValue
)

Parameters

dataRowView
Type: System.DataDataRowView
A data row view
fieldName
Type: SystemString
A field identifier
defaultValue
Type: SystemDateTime
A default DateTime value

Return Value

Type: DateTime
The value of the row field
See Also