Click or drag to resize
DataAccessGetDoubleFieldValue Method
Overload List
  NameDescription
Public methodStatic memberGetDoubleFieldValue(Object, Double)
Retrieve the value of a row view field value by replacing DbNull by a default value if empty
Public methodStatic memberGetDoubleFieldValue(DataRow, String, Double)
Retrieve the value of a row view field value by replacing DbNull by null if empty
Public methodStatic memberGetDoubleFieldValue(DataRowView, String, Double)
Retrieve the value of a row view field value by replacing DbNull by a default value if empty
Top
See Also