Share via


Generator.GenerateNextValues Method

Generates the next value according to the data generation algorithm.

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

Syntax

'Declaration
Public Sub GenerateNextValues
public void GenerateNextValues()
public:
virtual void GenerateNextValues() sealed
abstract GenerateNextValues : unit -> unit 
override GenerateNextValues : unit -> unit 
public final function GenerateNextValues()

Implements

IGenerator.GenerateNextValues()

Remarks

The resulting value is stored internally and it can be retrieved by using GetOutputValues().

This method calls OnGenerateNextValues. To modify the functionality of the GenerateNextValues method, you must override the OnGenerateNextValues method.

.NET Framework Security

See Also

Reference

Generator Class

Microsoft.Data.Schema.Tools.DataGenerator Namespace

GetOutputValues()

OnGenerateNextValues