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

IndexColumnMetadataCollection<(Of <(<'TDbType>)>)>..::..GenericCollection Property

Gets the generic version of this collection.

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

Syntax


public IndexColumnMetadataCollection GenericCollection { get; }
Public ReadOnly Property GenericCollection As IndexColumnMetadataCollection
	Get
public:
property IndexColumnMetadataCollection^ GenericCollection {
	IndexColumnMetadataCollection^ get ();
}

Remarks


We can't make this implement IReadOnlyList because it breaks LINQ.