Share via


TableStorage.OnClear Method

Called by the data generation engine when the storage for the table should be cleared to allow derived classes to perform additional tasks.

Namespace:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Protected MustOverride Sub OnClear
protected abstract void OnClear()
protected:
virtual void OnClear() abstract
abstract OnClear : unit -> unit 
protected abstract function OnClear()

.NET Framework Security

See Also

Reference

TableStorage Class

Microsoft.Data.Schema.Tools.DataGenerator Namespace