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

Syntax:

public static void InitializeDataRowWithBlanks( DataRow Row );
Parameters: Row
DataRow to be initialized

See also:

Class wwDataUtils


Last Updated: 1/28/2007 | Send topic feedback