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

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

Metadata for an index.

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

Syntax


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

Type Parameters

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

Inheritance Hierarchy


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