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::Length Property

 

Gets a value that returns the length in bytes of the physical file with which the OracleBFile object is associated.

Namespace:   System.Data.OracleClient
Assembly:  System.Data.OracleClient (in System.Data.OracleClient.dll)

public:
property long long Length {
	virtual long long get() override;
}

Property Value

Type: System::Int64

A long value representing the length of the physical file in bytes.

Exception Condition
ObjectDisposedException

Methods were called after the stream was closed or disposed.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft