GetValue
GetValue
methods get the attributes or elements from the specified Oracle UDT.
Overload List for ODP.NET, Unmanaged Driver:
-
GetValue(OracleConnection, IntPtr, string)
This method gets the attributes or elements from the specified Oracle UDT, using the specified attribute name.
-
GetValue(OracleConnection, IntPtr, int)
This method gets the attribute or elements from the specified Oracle UDT, using the specified index.
-
GetValue(OracleConnection, IntPtr, string, out object)
This method returns either the elements of the specified collection attribute of the specified Oracle Object or the elements of the specified Oracle Collection.
-
GetValue(OracleConnection, IntPtr, int, out object)
This method returns either the elements of the specified collection attribute of the specified Oracle Object or the elements of the specified Oracle Collection.
Overload List for ODP.NET, Managed Driver and ODP.NET Core:
-
GetValue(OracleConnection, object, string)
This method gets the attributes or elements from the specified Oracle UDT, using the specified attribute name.
-
GetValue(OracleConnection, object, int)
This method gets the attribute or elements from the specified Oracle UDT, using the specified index.
-
GetValue(OracleConnection, object, string, out object)
This method returns either the elements of the specified collection attribute of the specified Oracle Object or the elements of the specified Oracle Collection.
-
GetValue(OracleConnection, object, int, out object)
This method returns either the elements of the specified collection attribute of the specified Oracle Object or the elements of the specified Oracle Collection.