Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定されたカラムの値を DateTimeOffset オブジェクトとして返します。
Public Function GetDateTimeOffset( ByVal ordinal As Integer ) As DateTimeOffset
public DateTimeOffset GetDateTimeOffset(int ordinal)
ordinal 0 から始まるカラムの順序。
指定されたカラムの値。
変換は行われないため、取り出されるデータはすでに DateTimeOffset オブジェクトである必要があります。
SADataReader.IsDBNull メソッドを呼び出して NULL 値を確認してから、このメソッドを呼び出します。