J
John Tenney
I'm trying to set the IsNullable property for a SqlCeParameter object, but
instead I only get set_IsNullable and get_IsNullable methods instead of the
property shown in the documentation. When I try to used the method I get
'System.Data.SqlServerCe.SqlCeParameter.IsNullable.set: cannot explicitly
call operator or accessor' from the compiler.
Could I have the wrong version of System.Data.SqlServerCe? How can I check
the version other than what is shown in the IDE property window which is
1.0.50000.0?
Thanks,
John Tenney
instead I only get set_IsNullable and get_IsNullable methods instead of the
property shown in the documentation. When I try to used the method I get
'System.Data.SqlServerCe.SqlCeParameter.IsNullable.set: cannot explicitly
call operator or accessor' from the compiler.
Could I have the wrong version of System.Data.SqlServerCe? How can I check
the version other than what is shown in the IDE property window which is
1.0.50000.0?
Thanks,
John Tenney