OracleParameter.IsNullable

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

using VS2003

Question:-
If OracleParameter.IsNullable = False and OracleParameter.value =
DBNull.Value what does oracle recieve?

Bug?:-
OracleParameter.Isnullable does not appear with Intellisense, however it can
be typed in


guy
 
added information of benefit of Microsoft discussion monitor in establishing
bug report/tracking:
bug in Intellisense listing is co-related to a list entry erroneously
present. OracleParameter.IsNullable property is missing.
OracleParameter.set_IsNullable private method is present; attempting to use
it always causes a build-time error for lack of privilege.
Impact is low because the missing property can be typed in (without help
from Intellisense)

whether solution to Intellisense problem is in IDE implementation, C#
implementation, or FCL implementation
 
Back
Top