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

ISupportsDisableIndexes..::..EnableIndexes<(Of <(<'TObject>)>)> Method

Enables all of the indexes on the indicated table.

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

Syntax


ILink<Nullable<int>> EnableIndexes<TObject>()
Function EnableIndexes(Of TObject) As ILink(Of Nullable(Of Integer))
generic<typename TObject>
ILink<Nullable<int^>>^ EnableIndexes()

Type Parameters

TObject