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

Порядковый номер столбца (от нуля).

Возвращаемое значение

Значение столбца, выраженное как SqlBytes.

Применяется к

См. также раздел