SqlDataReader.GetSqlBytes(Int32) メソッド

定義

指定した列の値を SqlBytes として取得します。

public:
 virtual System::Data::SqlTypes::SqlBytes ^ GetSqlBytes(int i);
public virtual System.Data.SqlTypes.SqlBytes GetSqlBytes (int i);
abstract member GetSqlBytes : int -> System.Data.SqlTypes.SqlBytes
override this.GetSqlBytes : int -> System.Data.SqlTypes.SqlBytes
Public Overridable Function GetSqlBytes (i As Integer) As SqlBytes

パラメーター

i
Int32

0 から始まる列序数。

戻り値

SqlBytes として表現される列の値。

適用対象

こちらもご覧ください