IGenerator.GenerateNextValues Method
When it is implemented in a class, generates the next value according to the data generator algorithm.
Namespace: Microsoft.Data.Schema.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Sub GenerateNextValues
void GenerateNextValues()
void GenerateNextValues()
abstract GenerateNextValues : unit -> unit
function GenerateNextValues()
Remarks
The resulting value is stored internally and is retrieved by using GetOutputValues().
.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.
See Also
Reference
Microsoft.Data.Schema.Tools.DataGenerator Namespace
GetOutputValues()