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

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

Disables 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>> DisableIndexes<TObject>()
Function DisableIndexes(Of TObject) As ILink(Of Nullable(Of Integer))
generic<typename TObject>
ILink<Nullable<int^>>^ DisableIndexes()

Type Parameters

TObject

Remarks


For SQL Server, this will not disable the clustered index.