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

IndexColumnMetadata<(Of <(<'TDbType>)>)> Constructor

Initializes a new instance of the IndexColumnMetadata class.

Namespace:  Tortuga.Chain.Metadata
Assembly:  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.
isDescending
Type: Nullable<(Of <(<'Boolean>)>)>
Indicates the column is indexed in descending order.
isIncluded
Type: Boolean
Indicates the column is an unindexed, included column.