IndexColumnMetadata<(Of <(<'TDbType>)>)> Constructor
Initializes a new instance of the IndexColumnMetadata class.
Namespace:
Tortuga.Chain.MetadataAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public IndexColumnMetadata( ColumnMetadata<TDbType> column, Nullable<bool> isDescending, bool isIncluded )
Public Sub New ( _ column As ColumnMetadata(Of TDbType), _ isDescending As Nullable(Of Boolean), _ isIncluded As Boolean _ )
public: IndexColumnMetadata( ColumnMetadata<TDbType>^ column, Nullable<bool^> isDescending, bool^ isIncluded )
Parameters
- column
- Type: Tortuga.Chain.Metadata..::..ColumnMetadata<(Of <(<'TDbType>)>)>
The underlying column details.
- isIncluded
- Type: Boolean
Indicates the column is an unindexed, included column.