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