 | QdbBlobColumnCollection Class |
A collection of columns of blobs
Inheritance HierarchySystemObject
Quasardb.TimeSeriesQdbBlobColumnCollection
Namespace:
Quasardb.TimeSeries
Assembly:
Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntaxpublic class QdbBlobColumnCollection : IEnumerable<QdbBlobColumn>,
IEnumerable
Public Class QdbBlobColumnCollection
Implements IEnumerable(Of QdbBlobColumn), IEnumerable
The QdbBlobColumnCollection type exposes the following members.
Properties
| Name | Description |
---|
 | Item |
Gets the columns with the specified name
|
Top
Methods
| Name | Description |
---|
 | GetEnumerator | Returns an enumerator that iterates through the collection. |
Top
See Also