Click or drag to resize

DataAccessGetDateTimeFieldValue Method

Overload List
  NameDescription
Public methodStatic memberGetDateTimeFieldValue(Object, DateTime)
Retrieve the value of a row view field value by replacing DbNull by a default value if empty
Public methodStatic memberGetDateTimeFieldValue(DataRow, String, DateTime)
Retrieve the value of a row view field value by replacing DbNull by null if empty
Public methodStatic memberGetDateTimeFieldValue(DataRowView, String, DateTime)
Retrieve the value of a row view field value by replacing DbNull by a default value if empty
Top
See Also