Initializes a Datarow containing NULL values with 'empty' values instead. Empty values are: String - "" all number types - 0 or 0.00 DateTime - Value of MinimumSqlData (1/1/1900 by default); Boolean - false Binary values and timestamps are left alone
public static void InitializeDataRowWithBlanks(DataRow row)
Parameters
row
DataRow to be initialized
See also:
Class DataUtils© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic