|
| MySQL Connector/Net |
| MySqlDataReader..::..Depth Property |
| MySqlDataReader Class See Also Send Feedback |
|
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..::..DepthIDataReader..::..Depth