Name | Description | |
---|---|---|
OracleRef Constructor | Overloaded. Initializes a new instance of the OracleRef class. |
The following tables list the members exposed by OracleRef.
Name | Description | |
---|---|---|
OracleRef Constructor | Overloaded. Initializes a new instance of the OracleRef class. |
Name | Description | |
---|---|---|
Connection | Gets the OracleConnection used by this instance of the OracleRef. | |
IsNull | Gets a value indicating whether the reference to the object is null. | |
IsPinned | Gets a value indicating whether the object has been received through the specified reference. | |
RefType | Gets type of the object that OracleRef is referred to. | |
Value | Gets or sets a hexadecimal string representation of the reference to an Oracle object. |
Name | Description | |
---|---|---|
Clone | Creates a copy of the current OracleRef instance. | |
Close | Closes the OracleRef instance and releases any resources associated with it. | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
Dispose | Closes the OracleRef instance and releases any resources associated with it. | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
GetNativeObject | Gets pinned NativeOracleObject object associated with the specified reference. | |
GetObject | Gets pinned OracleObject object associated with the specified reference. | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
IsEqual | Determines whether the specified OracleRef object is equal to the current OracleRef. | |
Pin | Overloaded. Creates an object associated with the specified reference. | |
ToString | Converts a REF to a hexadecimal string. | |
Unpin | Removes an object associated with the specified reference. |