Depth Property

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Gets a value indicating the depth of nesting for the current row. This method is not supported currently and always returns 0.

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0

Syntax

C#
public override int Depth { get; }
Visual Basic
Public Overrides ReadOnly Property Depth As Integer
	Get
Visual C++
public:
virtual property int Depth {
	int get () override;
}

Implements

IDataReader..::..Depth
IDataReader..::..Depth

See Also