IndexColumnMetadataCollection<(Of <(<'TDbType>)>)> Constructor
Initializes a new instance of the IndexColumnMetadataCollection class that is a read-only wrapper around the specified list.
Namespace:
Tortuga.Chain.MetadataAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public IndexColumnMetadataCollection( IEnumerable<IndexColumnMetadata<TDbType>> source )
Public Sub New ( _ source As IEnumerable(Of IndexColumnMetadata(Of TDbType)) _ )
public: IndexColumnMetadataCollection( IEnumerable<IndexColumnMetadata<TDbType>^>^ source )
Parameters
- source
- Type: IEnumerable<(Of <(<'IndexColumnMetadata<(Of <(<'TDbType>)>)>>)>)>
The source.