ParameterMetadataCollection<(Of <(<'TDbType>)>)> Class
Class ParameterMetadataCollection.
Namespace:
Tortuga.Chain.MetadataAssembly: 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
ReadOnlyCollection<(Of <(<'ParameterMetadata<(Of <(<'TDbType>)>)>>)>)>
Tortuga.Chain.Metadata..::..ParameterMetadataCollection<(Of <(<'TDbType>)>)>