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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.