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

从零开始的列序号。

返回

表示为 SqlChars 的列值。

适用于

另请参阅