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