J
Jim Heavey
If you are trying to set a filter where a particulare column is null or not
null, how do you do this?
MyDataView = string.Format("MyField1 = '{0}' and MyField2 = '{1}'", "Fred",
System.DbNull.Value).
Would that be correct? Value.ToString()?
null, how do you do this?
MyDataView = string.Format("MyField1 = '{0}' and MyField2 = '{1}'", "Fred",
System.DbNull.Value).
Would that be correct? Value.ToString()?