Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

OracleBFile::Write Method (array<Byte>^, Int32, Int32)

 

Not currently supported.

Namespace:   System.Data.OracleClient
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
Return to top
Show:
© 2017 Microsoft