OracleBFile::Write Method (array<Byte>^, Int32, Int32)
.NET Framework (current version)
Not currently supported.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
public: virtual void Write( array<unsigned char>^ buffer, int offset, int count ) override
Parameters
- buffer
-
Type:
array<System::Byte>^
Not currently supported.
- offset
-
Type:
System::Int32
Not currently supported.
- count
-
Type:
System::Int32
Not currently supported.
| Exception | Condition |
|---|---|
| NotSupportedException | The exception that is thrown when an invoked method is not supported, or when there is an attempt to read, seek, or write to a stream that does not support the invoked functionality. |
.NET Framework
Available since 1.1
Available since 1.1
Show: