DataReaderWrapper.Depth Property

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

Namespace:  Microsoft.Practices.EnterpriseLibrary.Data
Assembly:  Microsoft.Practices.EnterpriseLibrary.Data (in Microsoft.Practices.EnterpriseLibrary.Data.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property Depth As Integer
public virtual int Depth { get; }
public:
virtual property int Depth {
    int get ();
}
public function get Depth () : int

Return Value

The level of nesting.

Implements

IDataReader.Depth

See Also

DataReaderWrapper Class

Microsoft.Practices.EnterpriseLibrary.Data Namespace