OracleBinary Struktura
Definicja
Reprezentuje strumień o zmiennej długości danych binarnych, który ma być przechowywany lub pobrany z bazy danych.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
- Dziedziczenie
- Implementuje
Uwagi
Aby uzyskać OracleBinary obiekt, GetOracleBinary Wywołaj metodę.To obtain an OracleBinary object, call the GetOracleBinary method.
Konstruktory
OracleBinary(Byte[]) |
Inicjuje nowe wystąpienie |
Pola
Null |
Reprezentuje wartość null, która może być przypisana do Value właściwości OracleBinary struktury.Represents a null value that can be assigned to the Value property of an OracleBinary structure. |
Właściwości
IsNull |
Pobiera wartość wskazującą, czy Value Właściwość OracleBinary struktury ma wartość null.Gets a value indicating whether the Value property of the OracleBinary structure is null. |
Item[Int32] |
Pobiera pojedynczy bajt z |
Length |
Pobiera długość w bajtach Value właściwości.Gets the length in bytes of the Value property. Ta właściwość jest tylko do odczytu.This property is read-only. |
Value |
Pobiera wartość OracleBinary struktury.Gets the value of the OracleBinary structure. Ta właściwość jest tylko do odczytu.This property is read-only. |
Metody
CompareTo(Object) |
Porównuje OracleBinary ten obiekt do podanego obiektu i zwraca wskazanie ich względnych wartości.Compares this OracleBinary object to the supplied object and returns an indication of their relative values. |
Concat(OracleBinary, OracleBinary) |
Łączy dwie OracleBinary struktury, aby utworzyć nową |
Equals(Object) |
Porównuje podany parametr obiektu z Value właściwością OracleBinary obiektu.Compares the supplied object parameter to the Value property of the OracleBinary object. |
Equals(OracleBinary, OracleBinary) |
Porównuje OracleBinary dwie struktury, aby określić, czy są równe.Compares two OracleBinary structures to determine if they are equal. |
GetHashCode() |
Zwraca kod skrótu dla tej OracleBinary struktury.Returns the hash code for this OracleBinary structure. |
GreaterThan(OracleBinary, OracleBinary) |
Porównuje OracleBinary dwie struktury, aby określić, czy pierwsze jest większe niż sekunda.Compares two OracleBinary structures to determine if the first is greater than the second. |
GreaterThanOrEqual(OracleBinary, OracleBinary) |
Porównuje OracleBinary dwie struktury, aby określić, czy pierwsze jest większe lub równe drugiemu.Compares two OracleBinary structures to determine if the first is greater than or equal to the second. |
LessThan(OracleBinary, OracleBinary) |
Porównuje OracleBinary dwie struktury, aby określić, czy pierwsze jest mniejsze od drugiej.Compares two OracleBinary structures to determine if the first is less than the second. |
LessThanOrEqual(OracleBinary, OracleBinary) |
Porównuje OracleBinary dwie struktury, aby określić, czy pierwsze jest mniejsze niż lub równe drugiemu.Compares two OracleBinary structures to determine if the first is less than or equal to the second. |
NotEquals(OracleBinary, OracleBinary) |
Porównuje OracleBinary dwie struktury, aby określić, czy nie są równe.Compares two OracleBinary structures to determine if they are not equal. |
Operatory
Addition(OracleBinary, OracleBinary) |
Łączy dwa OracleBinary parametry w celu utworzenia nowej |
Equality(OracleBinary, OracleBinary) |
Porównuje OracleBinary dwie struktury, aby określić, czy są równe.Compares two OracleBinary structures to determine if they are equal. |
Explicit(OracleBinary to Byte[]) |
Pobiera zawartość Value właściwości OracleBinary parametru jako tablicę bajtów.Gets the contents of the Value property of the OracleBinary parameter as an array of bytes. |
GreaterThan(OracleBinary, OracleBinary) |
Porównuje OracleBinary dwie struktury, aby określić, czy pierwsze jest większe niż sekunda.Compares two OracleBinary structures to determine if the first is greater than the second. |
GreaterThanOrEqual(OracleBinary, OracleBinary) |
Porównuje OracleBinary dwie struktury, aby określić, czy pierwsze jest większe lub równe drugiemu.Compares two OracleBinary structures to determine if the first is greater than or equal to the second. |
Implicit(Byte[] to OracleBinary) |
Konwertuje tablicę bajtów na OracleBinary strukturę.Converts an array of bytes to an OracleBinary structure. |
Inequality(OracleBinary, OracleBinary) |
Porównuje OracleBinary dwie struktury, aby określić, czy są równe.Compares two OracleBinary structures to determine if they are equal. |
LessThan(OracleBinary, OracleBinary) |
Porównuje OracleBinary dwie struktury, aby określić, czy pierwsze jest mniejsze od drugiej.Compares two OracleBinary structures to determine if the first is less than the second. |
LessThanOrEqual(OracleBinary, OracleBinary) |
Porównuje OracleBinary dwie struktury, aby określić, czy pierwsze jest mniejsze niż lub równe drugiemu.Compares two OracleBinary structures to determine if the first is less than or equal to the second. |