Click or drag to resize
ExtendedDbDataReaderDepth Property
Gets a value indicating the depth of nesting for the current row.

Namespace: CMS.DataEngine.Internal
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public override int Depth { get; }

Return Value

Type: Int32
The depth of nesting for the current row.

Implements

IDataReaderDepth
See Also