Click or drag to resize

DataAccessGetInt32FieldValue Method

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