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

IndexMetadataCollection<(Of <(<'TObjectName, TDbType>)>)> Class

Class IndexMetadataCollection.

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

Syntax


public class IndexMetadataCollection<TObjectName, TDbType> : ReadOnlyCollection<IndexMetadata<TObjectName, TDbType>>
Public Class IndexMetadataCollection(Of TObjectName, TDbType) _
	Inherits ReadOnlyCollection(Of IndexMetadata(Of TObjectName, TDbType))
generic<typename TObjectName, typename TDbType>
public ref class IndexMetadataCollection : public ReadOnlyCollection<IndexMetadata<TObjectName, TDbType>^>

Type Parameters

TObjectName
The type of the name.
TDbType
The database column type.

Inheritance Hierarchy


Object
  ReadOnlyCollection<(Of <(<'IndexMetadata<(Of <(<'TObjectName, TDbType>)>)>>)>)>
    Tortuga.Chain.Metadata..::..IndexMetadataCollection<(Of <(<'TObjectName, TDbType>)>)>