Data Provider for .NET Developer's Guide
ContentsOpens a new window
Opens a new window
Page 50 of 172

Porting Client Application to .NET Stored Procedure

All classes and class members provide the same functionality for both client applications and .NET stored procedures, unless it is otherwise stated.

Table 5-1Opens a new window lists those classes or class members that have different behavior depending on whether or not they are used in a client application or in a .NET stored procedure.

Column Headings

The column headings for this table are:

Client application: The client application.

Implicit connection: The implicit database connections in a .NET stored procedure.

Explicit connection: The explicit user connections in a .NET stored procedure.

Table 5-1 API Support Comparison Between Client Application and .NET Stored Procedure

Class or Class Members Client Application Implicit Connection/Explicit Connection

OnChangeEventHandler DelegateOpens a new window
-all members


Yes


No/No

OracleDependency ClassOpens a new window
-all members


Yes


No/No

OracleNotificationEventArgs ClassOpens a new window
-all members


Yes


No/No

OracleNotificationRequest ClassOpens a new window
-all members


Yes


No/No

OracleFailoverEventArgs ClassOpens a new window
-all members


Yes


No/No

OracleFailoverEventHandler DelegateOpens a new window
-all members


Yes


No/No

OracleTransaction ClassOpens a new window
-all members


Yes


No/No

OracleCommand ClassOpens a new window
-TransactionOpens a new window Property


Yes


No #1Opens a new window/No #1Opens a new window

OracleConnection ClassOpens a new window
-ConnectionTimeoutOpens a new window Property
-DataSourceOpens a new window Property
-BeginTransactionOpens a new window Method
-ChangeDatabaseOpens a new window Method
-CloneOpens a new window Method
-EnlistDistributedTransactionOpens a new window Method
-OpenWithNewPasswordOpens a new window Method
-FailoverOpens a new window Event
-OracleFailoverEventHandler DelegateOpens a new window


Yes
Yes
Yes
No
Yes
Yes
Yes
Yes
Yes


Yes #3Opens a new window/Yes
Yes #2Opens a new window/Yes
No/Yes
No/No
No/Yes
No/No
No/Yes
No/No
No/No

ODP.NET Enumerations
-FailoverEvent EnumerationOpens a new window
-FailoverReturnCode EnumerationOpens a new window
-FailoverType EnumerationOpens a new window
-OracleNotificationInfo EnumerationOpens a new window
-OracleNotificationSource EnumerationOpens a new window
-OracleNotificationType EnumerationOpens a new window


Yes
Yes
Yes
Yes
Yes
Yes


No/No
No/No
No/No
No/No
No/No
No/No

Comments on Items in Table 5-1Opens a new window

  1. Always returns null.

  2. Implicit database connection always returns an empty string.

  3. Implicit database connection always returns 0.