J
Jay Balapa
Hello,
Iam trying to do the following-
if(myColumn.DataType==typeof(bool))
{
}
I get the error "Operator == cannot be applied to operands type and object
and bool."
Is there a workaround?
Thanks.
jay
Iam trying to do the following-
if(myColumn.DataType==typeof(bool))
{
}
I get the error "Operator == cannot be applied to operands type and object
and bool."
Is there a workaround?
Thanks.
jay