Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定したカラムの値の部分文字列を Object として返します。
Public Function GetValue( ByVal ordinal As Integer, ByVal index As Long, ByVal length As Integer ) As Object
public object GetValue(int ordinal, long index, int length)
ordinal 値の取得元のカラムを示す順序数。番号は 0 から始まります。
index 取得される値の部分文字列の、0 から始まるインデックス。
length 取得される値の部分文字列の長さ。
部分文字列の値はオブジェクトとして返されます。
このメソッドは、NULL データベースカラムに対して DBNull を返します。