hi all,
why doesn't this work?...
I get this error...
Value of type 'Date' cannot be converted to 'System.Reflection.PropertyInfo'.
Thanks in advance,
a8le
why doesn't this work?...
VB.NET:
Dim datExpiryDate As Date = Convert.ToDateTime(Null.SetNull(datExpiryDate))
I get this error...
Value of type 'Date' cannot be converted to 'System.Reflection.PropertyInfo'.
Thanks in advance,
a8le