Depth Property

MySQL Connector/Net

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.2.2.0

Syntax

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

Implements

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

See Also