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

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

Class ParameterMetadataCollection.

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

Syntax


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

Type Parameters

TDbType
The type of the t database type.

Inheritance Hierarchy


Object
  ReadOnlyCollection<(Of <(<'ParameterMetadata<(Of <(<'TDbType>)>)>>)>)>
    Tortuga.Chain.Metadata..::..ParameterMetadataCollection<(Of <(<'TDbType>)>)>