BinaryKeyIdentifierClause.GetRawBuffer Metodo

Definizione

Ottiene i dati binari che rappresentano l'identificatore di chiave.

protected:
 cli::array <System::Byte> ^ GetRawBuffer();
protected byte[] GetRawBuffer ();
member this.GetRawBuffer : unit -> byte[]
Protected Function GetRawBuffer () As Byte()

Restituisce

Byte[]

Matrice di Byte che contiene i dati binari che rappresentano l’identificatore di chiave.

Commenti

La matrice restituita dal metodo GetRawBuffer è un clone del parametro identificationData del costruttore quando il valore passato nel parametro cloneBuffer è true. In caso contrario, è la stessa matrice.

Il metodo GetBuffer restituisce sempre un clone della matrice passata nel parametro identificationData del costruttore.

Si applica a

Vedi anche