OleDbDataReader.GetValue(Int32) Yöntem

Tanım

Belirtilen sıradaki sütunun değerini yerel biçiminde alır.

public:
 override System::Object ^ GetValue(int ordinal);
public:
 virtual System::Object ^ GetValue(int ordinal);
public override object GetValue (int ordinal);
public object GetValue (int ordinal);
override this.GetValue : int -> obj
abstract member GetValue : int -> obj
override this.GetValue : int -> obj
Public Overrides Function GetValue (ordinal As Integer) As Object
Public Function GetValue (ordinal As Integer) As Object

Parametreler

ordinal
Int32

Sıfır tabanlı sütun sıralı.

Döndürülenler

Döndürülecek değer.

Uygulamalar

Açıklamalar

Bu yöntem null veritabanı sütunları için döndürür DBNull .

Şunlara uygulanır

Ayrıca bkz.