Data Port Sync 1.0.500

SqlCeDataReader.Depth Property

[This is preliminary documentation and subject to change.]

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

[Visual Basic]
Overrides Public ReadOnly Property Depth As  _
    Implements IDataReader.
[C#]
public override  Depth {get;}

Property Value

The depth of nesting for the current row. For this provider the value is always zero.

Implements

IDataReader.

See Also

SqlCeDataReader Class | Primeworks.DesktopSqlCe Namespace