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()

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

See Also

Reference

Generator Class

Generator Members

Microsoft.Data.Schema.DataGenerator Namespace