A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://learn.microsoft.com/en-us/dotnet/api/system.data.oracleclient.oraclebinary below:

OracleBinary Struct (System.Data.OracleClient) | Microsoft Learn

OracleBinary Struct Definition

Represents a variable-length stream of binary data to be stored in or retrieved from a database.

public value class OracleBinary : IComparable, System::Data::SqlTypes::INullable
public struct OracleBinary : IComparable, System.Data.SqlTypes.INullable
type OracleBinary = struct
    interface INullable
Public Structure OracleBinary
Implements IComparable, INullable
Inheritance
Implements

To obtain an OracleBinary object, call the GetOracleBinary method.

Constructors OracleBinary(Byte[])

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

Fields Properties IsNull

Gets a value indicating whether the Value property of the OracleBinary structure is null.

Item[Int32]

Gets the single byte from the Value property located at the position indicated by the integer parameter, index. If index indicates a position beyond the end of the byte array, an exception is raised.

Length

Gets the length in bytes of the Value property. This property is read-only.

Value

Gets the value of the OracleBinary structure. This property is read-only.

Methods Operators

Collaborate with us on GitHub

The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide. In this article

Was this page helpful?


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4