OracleBinary(Byte[]) Constructor

Definition

Initializes a new instance of the OracleBinary structure, setting the Value property to the contents of the supplied byte array.

public:
 OracleBinary(cli::array <System::Byte> ^ b);
public OracleBinary (byte[] b);
new System.Data.OracleClient.OracleBinary : byte[] -> System.Data.OracleClient.OracleBinary
Public Sub New (b As Byte())

Parameters

b
Byte[]

The byte array to be stored in the Value property.

Applies to