RE: OracleParameter.IsNullable by NGCdeveloper1
NGCdeveloper1
Sun Jan 16 10:47:04 CST 2005
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
"guy" wrote:
> 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