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

ISupportsDeleteAll..::..DeleteAll<(Of <(<'TObject>)>)> Method

Deletes all records in the specified table.

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

Syntax


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

Type Parameters

TObject
This class used to determine which table to clear.

Return Value

The number of rows deleted or null if the database doesn't provide that information.