Generator.GenerateNextValues Method
Generates the next value according to the data generation algorithm.
Namespace: Microsoft.Data.Schema.DataGenerator
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub GenerateNextValues
'Usage
Dim instance As Generator
instance.GenerateNextValues()
public void GenerateNextValues()
public:
virtual void GenerateNextValues() sealed
public final function GenerateNextValues()
abstract GenerateNextValues : unit -> unit
override GenerateNextValues : unit -> unit
Implements
IGenerator.GenerateNextValues()
Remarks
The resulting value is stored internally and it should be retrieved using GetOutputValues().
This method calls OnGenerateNextValues. You should override OnGenerateNextValues if you want to override the GenerateNextValues functionality.
.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.