MySQL Connector/Net
MySqlSchemaCollectionRows Property |
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9

public IList<MySqlSchemaRow> Rows { get; }
Public ReadOnly Property Rows As IList(Of MySqlSchemaRow) Get
public: property IList<MySqlSchemaRow^>^ Rows { IList<MySqlSchemaRow^>^ get (); }
member Rows : IList<MySqlSchemaRow> with get
Property Value
Type: IListMySqlSchemaRow