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.

OracleLob::LobType Property

 

Gets a value that returns the LOB data type.

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

public:
property OracleType LobType {
	OracleType get();
}

Property Value

Type: System.Data.OracleClient::OracleType

One of the OracleTypeLOB data types.

An OracleLob may be one of the following OracleType data types.

OracleType data type

Description

Blob

An Oracle BLOB data type that contains binary data with a maximum size of 4 gigabytes. This maps to an Array of type Byte.

Clob

An Oracle CLOB data type that contains character data, based on the default character set on the server, with a maximum size of 4 gigabytes. This maps to String.

NClob

An Oracle NCLOB data type that contains character data, based on the national character set on the server with a maximum size of 4 gigabytes. This maps to String.

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