SqlDataReader.GetSqlChars(Int32) メソッド

定義

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

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

パラメーター

i
Int32

0 から始まる列序数。

戻り値

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

適用対象

こちらもご覧ください