Click or drag to resize

DataAccessGetNullableDateTimeFieldValue Method (DataRow, String)

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: 9.2.6.0 (9.2.6.20250404)
Syntax
public static Nullable<DateTime> GetNullableDateTimeFieldValue(
	DataRow dataRow,
	string fieldName
)

Parameters

dataRow
Type: System.DataDataRow
A data row
fieldName
Type: SystemString
A field name

Return Value

Type: NullableDateTime
See Also