Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

ColumnMetadataCollection<(Of <(<'TDbType>)>)> Class

Collection of Column Metadata

Namespace:  Tortuga.Chain.Metadata
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public class ColumnMetadataCollection<TDbType> : ReadOnlyCollection<ColumnMetadata<TDbType>>
Public Class ColumnMetadataCollection(Of TDbType) _
	Inherits ReadOnlyCollection(Of ColumnMetadata(Of TDbType))
generic<typename TDbType>
public ref class ColumnMetadataCollection : public ReadOnlyCollection<ColumnMetadata<TDbType>^>

Type Parameters

TDbType
The type of the database type.

Inheritance Hierarchy


Object
  ReadOnlyCollection<(Of <(<'ColumnMetadata<(Of <(<'TDbType>)>)>>)>)>
    Tortuga.Chain.Metadata..::..ColumnMetadataCollection<(Of <(<'TDbType>)>)>