MySqlDataReader.Depth Property

MySQL Connector/Net

MySqlDataReaderDepth Property
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.9.9
Syntax
public override int Depth { get; }
Public Overrides ReadOnly Property Depth As Integer
	Get
public:
virtual property int Depth {
	int get () override;
}
abstract Depth : int with get
override Depth : int with get

Property Value

Type: Int32

Implements

IDataReaderDepth
IDataReaderDepth
See Also