Share via


SqlCeDataReader.Depth Property

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

Gets a value indicating the depth of nesting for the current row.

  [Visual Basic]
  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;

Property Value

The depth of nesting for the current row. The .NET Compact Framework data provider for SQL Server CE does not support nesting and always returns zero.

Implements

IDataReader.Depth

Requirements

Platforms: .NET Compact Framework

.NET Framework Security:

See Also

SqlCeDataReader Class | SqlCeDataReader Members | System.Data.SqlServerCe Namespace

Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.

Send comments on this topic.

© Microsoft Corporation. All rights reserved.