OracleDataReader.Depth プロパティ
メモ : この名前空間、クラス、およびメンバは、.NET Framework Version 1.1 だけでサポートされています。
現在の行の入れ子の深さを示す値を取得します。
Public Overridable ReadOnly Property Depth As Integer Implements _ IDataReader.Depth
[C#]
public virtual int Depth {get;}
[C++]
public: __property virtual int get_Depth();
[JScript]
public function get Depth() : int;
プロパティ値
現在の行の入れ子の深さ。
実装
解説
最も外側のテーブルの深さは 0 です。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
.NET Framework セキュリティ:
- 直前の呼び出し元の完全信頼。このメンバは、部分的に信頼されているコードから使用することはできません。詳細の参照先 : 部分信頼コードからのライブラリの使用
参照
OracleDataReader クラス | OracleDataReader メンバ | System.Data.OracleClient 名前空間