DatabaseTestService.GenerateData Method
When overridden in a derived class, generates data by using the settings of the user in the app.config file.
Namespace: Microsoft.Data.Schema.UnitTesting
Assembly: Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)
Syntax
'Declaration
Public Overridable Sub GenerateData
public virtual void GenerateData()
public:
virtual void GenerateData()
abstract GenerateData : unit -> unit
override GenerateData : unit -> unit
public function GenerateData()
.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.