Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定されたカラムの値をネイティブフォーマットで返します。
Public ReadOnly Overrides Property Item( ByVal colID As Integer ) As Object
public override object this[int colID] {get;}
colID カラムの ID 番号。値は、[0,ULDataReader.FieldCount-1] の範囲内であることが必要です。カーソルの先頭カラムの ID 値は 0 です。
そのカラムに最適な .NET 型としてのカラム値。カラムが NULL の場合は DBNull。
ULException クラス SQL エラーが発生しました。
C# では、このプロパティは ULDataReader クラスのインデクサです。
このメソッドは、機能的には ULDataReader.GetValue(int) メソッドと同じです。