Miner.Server Assembly > Miner.Server.Data Namespace : ResultSetCollection Class |
The following tables list the members exposed by ResultSetCollection.
Name | Description | |
---|---|---|
![]() | ResultSetCollection Constructor | Constructor |
Name | Description | |
---|---|---|
![]() | Count | The number of items in the collection. |
![]() | IsReadOnly | Specifies whether the collection is read-only. |
Name | Description | |
---|---|---|
![]() | Add | Add a ResultSet item into the collection. |
![]() | Clear | Clear the collection. |
![]() | Contains | Specifies whether the collection contains a ResultSet item. |
![]() | CopyTo | Copy the collection into an array starting at the index. |
![]() | IndexOf | Index of a ResultSet item in the collection. |
![]() | Insert | Insert a ResultSet item into the collection. |
![]() | Remove | Remove a ResultSet item from the collection. |
![]() | RemoveAt | Remove a ResultSet item from the collection at the index. |