OracleRef Constructor(String)
In This Topic
Initializes a new instance of the
OracleRef class.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public OracleRef(
string
)
Parameters
- value
- A hexadecimal string representation of the reference to an Oracle object.
See Also