Share via


IGenerator.GenerateNextValues Method

Generates the next value according to the data generator algorithm.

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

Syntax

'Declaration
Sub GenerateNextValues
'Usage
Dim instance As IGenerator

instance.GenerateNextValues()
void GenerateNextValues()
void GenerateNextValues()
function GenerateNextValues()
abstract GenerateNextValues : unit -> unit 

Remarks

The resulting value is stored internally and should be retrieved using GetOutputValues().

.NET Framework Security

See Also

Reference

IGenerator Interface

IGenerator Members

Microsoft.Data.Schema.DataGenerator Namespace