IndexMetadataCollection<(Of <(<'TObjectName, TDbType>)>)> Class
Class IndexMetadataCollection.
Namespace:
Tortuga.Chain.MetadataAssembly: 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
ReadOnlyCollection<(Of <(<'IndexMetadata<(Of <(<'TObjectName, TDbType>)>)>>)>)>
Tortuga.Chain.Metadata..::..IndexMetadataCollection<(Of <(<'TObjectName, TDbType>)>)>