IndexMetadata<(Of <(<'TObjectName, TDbType>)>)>..::..Columns Property
Gets the columns.
Namespace:
Tortuga.Chain.MetadataAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public IndexColumnMetadataCollection<TDbType> Columns { get; }
Public ReadOnly Property Columns As IndexColumnMetadataCollection(Of TDbType) Get
public: property IndexColumnMetadataCollection<TDbType>^ Columns { IndexColumnMetadataCollection<TDbType>^ get (); }