DbDataReader.GetBytes メソッド
アセンブリ: System.Data (system.data.dll 内)

Public MustOverride Function GetBytes ( _ ordinal As Integer, _ dataOffset As Long, _ buffer As Byte(), _ bufferOffset As Integer, _ length As Integer _ ) As Long
Dim instance As DbDataReader Dim ordinal As Integer Dim dataOffset As Long Dim buffer As Byte() Dim bufferOffset As Integer Dim length As Integer Dim returnValue As Long returnValue = instance.GetBytes(ordinal, dataOffset, buffer, bufferOffset, length)
public abstract long GetBytes ( int ordinal, long dataOffset, byte[] buffer, int bufferOffset, int length )
public: virtual long long GetBytes ( int ordinal, long long dataOffset, array<unsigned char>^ buffer, int bufferOffset, int length ) abstract
public abstract long GetBytes ( int ordinal, long dataOffset, byte[] buffer, int bufferOffset, int length )
public abstract function GetBytes ( ordinal : int, dataOffset : long, buffer : byte[], bufferOffset : int, length : int ) : long
戻り値
実際に読み込まれたバイト数。

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からDbDataReader.GetBytes メソッドを検索する場合は、下記のリンクをクリックしてください。

- DbDataReader.GetBytes メソッドのページへのリンク