This topic has not yet been rated - Rate this topic

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)
public override int Depth { get; }

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.

Implements

IDataReader.Depth
Did you find this helpful?
(1500 characters remaining)