SqlCeDataReader.Depth Property
Gets a value indicating the depth of nesting for the current row.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Depth As Integer
Get
'Usage
Dim instance As SqlCeDataReader
Dim value As Integer
value = instance.Depth
public override int Depth { get; }
public:
virtual property int Depth {
int get () override;
}
abstract Depth : int
override Depth : int
override function get Depth () : int
Property Value
Type: System.Int32
The depth of nesting for the current row. The .NET Compact Framework Data Provider for SQL Server Compact does not support nesting and always returns zero.